summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-20 01:13:36 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-20 01:13:36 +0000
commitfca559b73902f67a85119479e81f8958bf7b05ec (patch)
treeca8e6f0eb32ad7858c150b244e6037fc9ad50cf8 /sys-apps/shadow/shadow-20001016.ebuild
parent*** empty log message *** (diff)
downloadgentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.gz
gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.tar.bz2
gentoo-2-fca559b73902f67a85119479e81f8958bf7b05ec.zip
*** empty log message ***
Diffstat (limited to 'sys-apps/shadow/shadow-20001016.ebuild')
-rw-r--r--sys-apps/shadow/shadow-20001016.ebuild4
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