diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 22:52:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 22:52:44 +0000 |
commit | a9bf5f2fe53547bebf4a707782f6e29bcf40bf7d (patch) | |
tree | 1be4b3e7d17c96c4e626efacfb7e6f65687835db /net-misc/dhcpcd | |
parent | marked stable for x86 (diff) | |
download | gentoo-2-a9bf5f2fe53547bebf4a707782f6e29bcf40bf7d.tar.gz gentoo-2-a9bf5f2fe53547bebf4a707782f6e29bcf40bf7d.tar.bz2 gentoo-2-a9bf5f2fe53547bebf4a707782f6e29bcf40bf7d.zip |
fix patch #30515
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild index e2b42eb9d4bb..248bceb632af 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 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_p4-r1.ebuild,v 1.7 2003/10/03 19:36:08 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild,v 1.8 2003/10/06 22:52:44 vapier Exp $ -inherit gnuconfig flag-o-matic +inherit gnuconfig flag-o-matic eutils DESCRIPTION="A dhcp client only" HOMEPAGE="http://www.phystech.com/download/" @@ -48,7 +48,7 @@ src_compile() { emake || die } -src_install () { +src_install() { einstall sbindir=${D}/sbin || die "Install failed" if [ -z "`use build`" ] then |