diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-19 00:46:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-19 00:46:33 +0000 |
commit | c21fbb9e5b00bee9cf45144f36a034df28d415cb (patch) | |
tree | 7e9671477d6d4b24aa4c93a34256af30b6c7ec0d /net-nds/ypbind | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c21fbb9e5b00bee9cf45144f36a034df28d415cb.tar.gz gentoo-2-c21fbb9e5b00bee9cf45144f36a034df28d415cb.tar.bz2 gentoo-2-c21fbb9e5b00bee9cf45144f36a034df28d415cb.zip |
Install fixes
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r-- | net-nds/ypbind/ypbind-1.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-nds/ypbind/ypbind-1.7.ebuild b/net-nds/ypbind/ypbind-1.7.ebuild index 19bd56bce105..600164742e7f 100644 --- a/net-nds/ypbind/ypbind-1.7.ebuild +++ b/net-nds/ypbind/ypbind-1.7.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/net-nds/ypbind/ypbind-1.7.ebuild,v 1.1 2000/11/26 22:48:36 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.7.ebuild,v 1.2 2000/12/19 00:46:33 achim Exp $ A=ypbind-mt-${PV}.tar.gz S=${WORKDIR}/ypbind-mt-${PV} @@ -17,13 +17,13 @@ src_unpack() { src_compile() { cd ${S} - try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp --with-catgets + try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/yp try make } src_install() { cd ${S} - try make DESTDIR=${D} install + try make prefix=${D}/usr sysconfdir=${D}/etc/yp install insinto /etc/rc.d/init.d doins ${O}/files/ypbind dodoc AUTHORS ChangeLog COPYING README THANKS TODO |