diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-10-31 13:32:46 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-10-31 13:32:46 +0000 |
commit | cfec6c8f3bdccb2f08eb5b204c33f0c7213cf1db (patch) | |
tree | 894b39db3588c901a966ca1cd1cf86c8c7f3042a /net-misc/dhcpcd | |
parent | keywords added - sparc sparc64 (diff) | |
download | gentoo-2-cfec6c8f3bdccb2f08eb5b204c33f0c7213cf1db.tar.gz gentoo-2-cfec6c8f3bdccb2f08eb5b204c33f0c7213cf1db.tar.bz2 gentoo-2-cfec6c8f3bdccb2f08eb5b204c33f0c7213cf1db.zip |
fix file location problem bug 9995
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild (renamed from net-misc/dhcpcd/dhcpcd-1.3.22_p3.ebuild) | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r1 (renamed from net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3) | 0 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index b98af88cba7e..60e36eb4e285 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.6 2002/10/30 21:48:48 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.7 2002/10/31 13:32:46 lostlogic Exp $ + +*dhcpcd-1.3.22_p3-r1 (31 Oct 2002) + + 31 Oct 2002; Brandon Low <lostlogic@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild : + + The installation of dhcpcd binary got in the wrong place somehow, fixed. *dhcpcd-1.3.22_p3 (29 Oct 2002) diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild index 09a1a37a03ec..ea377d42a46e 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3.ebuild,v 1.1 2002/10/30 21:48:48 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.1 2002/10/31 13:32:46 lostlogic Exp $ S=${WORKDIR}/${P/_p/-pl} DESCRIPTION="A dhcp client only" @@ -17,7 +17,7 @@ src_compile() { } src_install () { - einstall || die "Install failed" + einstall sbindir=${D}/sbin || die "Install failed" if [ -z "`use build`" ] then dodoc AUTHORS COPYING ChangeLog NEWS README diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r1 index ead94227578c..ead94227578c 100644 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3 +++ b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r1 |