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

(-)sdlroids-1.3.4-r1.ebuild (+2 lines)
Lines 13-18 Link Here
13
src_compile() {
13
src_compile() {
14
	./configure --host=${CHOST}					\
14
	./configure --host=${CHOST}					\
15
		    --prefix=/usr					\
15
		    --prefix=/usr					\
16
		    --mandir=/usr/share/man				\
16
		    --datadir=/usr/share
17
		    --datadir=/usr/share
17
	assert
18
	assert
18
19
Lines 21-26 Link Here
21
22
22
src_install () {
23
src_install () {
23
	make prefix=${D}/usr						\
24
	make prefix=${D}/usr						\
25
	     mandir=${D}/usr/share/man					\
24
	     datadir=${D}/usr/share					\
26
	     datadir=${D}/usr/share					\
25
	     install || die
27
	     install || die
26
28

Return to bug 1280