Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1280 | Differences between
and this patch

Collapse All | Expand All

(-)gtktalog-0.99.16.ebuild (-1 / +5 lines)
Lines 23-28 Link Here
23
    
23
    
24
	./configure --host=${CHOST}					\
24
	./configure --host=${CHOST}					\
25
		    --prefix=/usr					\
25
		    --prefix=/usr					\
26
		    --mandir=/usr/share/man				\
26
		    --sysconfdir=/etc					\
27
		    --sysconfdir=/etc					\
27
	            --enable-htmltitle					\
28
	            --enable-htmltitle					\
28
		    --enable-mp3info					\
29
		    --enable-mp3info					\
Lines 39-45 Link Here
39
src_install () {
40
src_install () {
40
 	# DESTDIR does not work for mo-files
41
 	# DESTDIR does not work for mo-files
41
42
42
	make prefix=${D}/usr sysconfdir=${D}/etc install || die
43
	make prefix=${D}/usr \
44
		mandir=${D}/usr/share/man \
45
		sysconfdir=${D}/etc \
46
		install || die
43
47
44
	dodoc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
48
	dodoc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
45
}
49
}

Return to bug 1280