diff options
Diffstat (limited to 'sys-apps/shadow/shadow-20001016.ebuild')
-rw-r--r-- | sys-apps/shadow/shadow-20001016.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/shadow/shadow-20001016.ebuild b/sys-apps/shadow/shadow-20001016.ebuild index 18da7eef4ef1..f376bb01b29e 100644 --- a/sys-apps/shadow/shadow-20001016.ebuild +++ b/sys-apps/shadow/shadow-20001016.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 Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016.ebuild,v 1.1 2001/01/18 18:31:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-20001016.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -25,7 +25,7 @@ src_compile() { src_install() { cd ${S} - try make install prefix=${D}/usr exec_prefix=${D} + try make install prefix=${D}/usr mandir=${D}/usr/man exec_prefix=${D} mv ${D}/lib ${D}/usr dosed "s:/lib:/usr/lib:" /usr/lib/libshadow.la cd ${D}/usr/sbin |