summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2003-09-07 00:47:39 +0000
committerDaniel Robbins <drobbins@gentoo.org>2003-09-07 00:47:39 +0000
commitc31678fd99106b6a8464ba0bd63c82e60ae82bd3 (patch)
treed31a70dea5be0c8aac0ba3fee11ad681d3efe86f /net-misc/dhcpcd
parentrepoman: header fix; whitespace cleanup (diff)
downloadhistorical-c31678fd99106b6a8464ba0bd63c82e60ae82bd3.tar.gz
historical-c31678fd99106b6a8464ba0bd63c82e60ae82bd3.tar.bz2
historical-c31678fd99106b6a8464ba0bd63c82e60ae82bd3.zip
forgot || die in a couple of places, fixing
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/Manifest2
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index 72f7c31d7702..7e970d2f9584 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -2,7 +2,7 @@ MD5 e844884bb57a96ce156cf8f253da0b62 dhcpcd-1.3.22_p3-r3.ebuild 1226
MD5 f43b4a0bf71c2b53d74882e628613a90 dhcpcd-1.3.20_p0-r1.ebuild 833
MD5 23054118c79902d87e63fa0c079424a9 dhcpcd-1.3.22_p3-r2.ebuild 1211
MD5 eca625e9d42bdd801b4d8a09989ef2f0 dhcpcd-1.3.22_p4.ebuild 1198
-MD5 1398c29f7a11af0a5b617860087294c3 dhcpcd-1.3.22_p4-r1.ebuild 1805
+MD5 19ea84e6d412f3748bd23e73423fb553 dhcpcd-1.3.22_p4-r1.ebuild 1819
MD5 f823154fd75e17216eb91a9e8f7ca906 ChangeLog 3719
MD5 4301f79dbf57f7f36c5e1a5e1d062079 dhcpcd-1.3.22_p3-r1.ebuild 879
MD5 6015b9cfe17115c01a11aadc94571557 files/digest-dhcpcd-1.3.20_p0-r1 69
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 ce532e03bcaf..d8bb2b166dc8 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild
@@ -1,6 +1,6 @@
# 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.1 2003/09/06 23:50:49 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild,v 1.2 2003/09/07 00:47:37 drobbins Exp $
inherit gnuconfig
@@ -39,8 +39,8 @@ src_unpack() {
}
src_compile() {
- ./configure --prefix="" --sysconfdir=/var/lib --mandir=/usr/share/man
- emake
+ ./configure --prefix="" --sysconfdir=/var/lib --mandir=/usr/share/man || die
+ emake || die
}
src_install () {