diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-09-25 11:54:57 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-09-25 11:54:57 +0000 |
commit | 3e98eba78167c4dc23574a096650807c7031ec56 (patch) | |
tree | 7b7b6e80101007c50ee18b416cb6bc2e63826491 /net-proxy | |
parent | Fix bug 193712 properly (sg.y is not automatically regenerated by configure);... (diff) | |
download | gentoo-2-3e98eba78167c4dc23574a096650807c7031ec56.tar.gz gentoo-2-3e98eba78167c4dc23574a096650807c7031ec56.tar.bz2 gentoo-2-3e98eba78167c4dc23574a096650807c7031ec56.zip |
don't die if unpack fails (it will die on its own)
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/squidguard/squidguard-1.2.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/squidguard/squidguard-1.2.1-r2.ebuild b/net-proxy/squidguard/squidguard-1.2.1-r2.ebuild index 11694246af87..d6b76167118f 100644 --- a/net-proxy/squidguard/squidguard-1.2.1-r2.ebuild +++ b/net-proxy/squidguard/squidguard-1.2.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidguard/squidguard-1.2.1-r2.ebuild,v 1.2 2007/09/25 11:52:50 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidguard/squidguard-1.2.1-r2.ebuild,v 1.3 2007/09/25 11:54:57 mrness Exp $ inherit eutils autotools @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/squidGuard-${PV}" src_unpack() { - unpack ${A} || die "unpack problem" + unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-gentoo.patch" |