diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-04 18:22:38 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-04 18:22:38 +0000 |
commit | 89c4dc86b3b7d850c6f822c86011ef53be5787f0 (patch) | |
tree | 5486ff958d708690849a6c9c9b7d5b60a5931ec5 /app-misc/xlockmore | |
parent | Stupid Llama error. Manpages in wrong place.... DOH! (diff) | |
download | gentoo-2-89c4dc86b3b7d850c6f822c86011ef53be5787f0.tar.gz gentoo-2-89c4dc86b3b7d850c6f822c86011ef53be5787f0.tar.bz2 gentoo-2-89c4dc86b3b7d850c6f822c86011ef53be5787f0.zip |
this is not my day.
Diffstat (limited to 'app-misc/xlockmore')
-rw-r--r-- | app-misc/xlockmore/xlockmore-5.01.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/xlockmore/xlockmore-5.01.2.ebuild b/app-misc/xlockmore/xlockmore-5.01.2.ebuild index 506053c67a9f..63b3f55d2be3 100644 --- a/app-misc/xlockmore/xlockmore-5.01.2.ebuild +++ b/app-misc/xlockmore/xlockmore-5.01.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/xlockmore/xlockmore-5.01.2.ebuild,v 1.2 2001/06/04 18:15:25 blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xlockmore/xlockmore-5.01.2.ebuild,v 1.3 2001/06/04 18:22:38 blutgens Exp $ #P= A=${P}.tar.gz @@ -36,7 +36,7 @@ src_compile() { src_install () { - try make prefix=${D}/usr mandir=${D}/usr/share/man install + try make prefix=${D}/usr mandir=${D}/usr/X11R6/man/man1 install dodoc docs/* README } |