summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-06 22:52:44 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-06 22:52:44 +0000
commit3fcd249c8bbb71cd600bb859695b0a6bdc8d7eec (patch)
treebb58d13ac41c5142445f9c4f9d0213aeefbbb52a
parentmarked stable for x86 (diff)
downloadhistorical-3fcd249c8bbb71cd600bb859695b0a6bdc8d7eec.tar.gz
historical-3fcd249c8bbb71cd600bb859695b0a6bdc8d7eec.tar.bz2
historical-3fcd249c8bbb71cd600bb859695b0a6bdc8d7eec.zip
fix patch #30515
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild6
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