diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-17 15:37:34 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-17 15:37:34 +0000 |
commit | b1c39947ac42f31112422d6a343c9076767b3feb (patch) | |
tree | 755d840eee6f342031e237998d21d67277ebe55e /net-nds/ypbind | |
parent | ebuild now will only overwrite digest files with a different digest file (diff) | |
download | gentoo-2-b1c39947ac42f31112422d6a343c9076767b3feb.tar.gz gentoo-2-b1c39947ac42f31112422d6a343c9076767b3feb.tar.bz2 gentoo-2-b1c39947ac42f31112422d6a343c9076767b3feb.zip |
*** empty log message ***
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r-- | net-nds/ypbind/ypbind-1.6-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-nds/ypbind/ypbind-1.6-r1.ebuild b/net-nds/ypbind/ypbind-1.6-r1.ebuild index 291214c40e57..becb886bdcfc 100644 --- a/net-nds/ypbind/ypbind-1.6-r1.ebuild +++ b/net-nds/ypbind/ypbind-1.6-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/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.2 2000/08/16 04:38:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.6-r1.ebuild,v 1.3 2000/08/17 15:37:34 achim Exp $ P=ypbind-1.6 A=ypbind-mt-1.6.tar.gz @@ -27,7 +27,9 @@ src_install() { dodoc AUTHORS ChangeLog COPYING README THANKS TODO insinto /etc/yp doins etc/yp.conf + prepman } + |