diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
commit | 9d18e70ddefd7a878217d419ef79abe5b1e4dfa8 (patch) | |
tree | 43a88e3c7a5b12ce9d74a93e12de49287fa5499c /sys-libs/pwdb | |
parent | *** empty log message *** (diff) | |
download | historical-9d18e70ddefd7a878217d419ef79abe5b1e4dfa8.tar.gz historical-9d18e70ddefd7a878217d419ef79abe5b1e4dfa8.tar.bz2 historical-9d18e70ddefd7a878217d419ef79abe5b1e4dfa8.zip |
*** empty log message ***
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.61-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/pwdb/pwdb-0.61-r1.ebuild b/sys-libs/pwdb/pwdb-0.61-r1.ebuild index 50102ad7ec7b..11d19302fdc6 100644 --- a/sys-libs/pwdb/pwdb-0.61-r1.ebuild +++ b/sys-libs/pwdb/pwdb-0.61-r1.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-libs/pwdb/pwdb-0.61-r1.ebuild,v 1.3 2000/09/15 20:09:28 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.61-r1.ebuild,v 1.4 2000/10/29 20:37:01 achim Exp $ P=pwdb-0.61 A=${P}.tar.gz @@ -32,6 +32,7 @@ src_install() { insinto /etc doins conf/pwdb.conf try make INCLUDED=${D}/usr/include/pwdb LIBDIR=${D}/usr/lib install + preplib /usr } |