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

(-)xlockmore-5.03-r2.ebuild (-2 / +2 lines)
Lines 28-34 Link Here
28
	# sigh... broken configure script and/or makefile...
28
	# sigh... broken configure script and/or makefile...
29
	myconf="${myconf} --without-motif --without-gtk"
29
	myconf="${myconf} --without-motif --without-gtk"
30
30
31
	./configure --prefix=/usr --mandir=${prefix}/man/man1 \
31
	./configure --prefix=/usr --mandir=${prefix}/share/man/man1 \
32
		--sharedstatedir=/usr/share/xlockmore --host=${CHOST} ${myconf} || die
32
		--sharedstatedir=/usr/share/xlockmore --host=${CHOST} ${myconf} || die
33
33
34
	emake || die
34
	emake || die
Lines 52-58 Link Here
52
52
53
src_install () {
53
src_install () {
54
54
55
	make prefix=${D}/usr mandir=${D}/usr/man/man1 xapploaddir=${D}/usr/X11R6/lib/X11/app-defaults install || die
55
	make prefix=${D}/usr mandir=${D}/usr/share/man/man1 xapploaddir=${D}/usr/X11R6/lib/X11/app-defaults install || die
56
56
57
	exeinto /usr/bin
57
	exeinto /usr/bin
58
58

Return to bug 1280