From 45a91a72386eba5442257bacaf1a200ea3e21a1f Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Sat, 21 May 2016 12:00:59 -0400 Subject: net-firewall/shorewall: add a few missing '|| die' for 5.0.8.2 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1512 Signed-off-by: Ian Delaney --- net-firewall/shorewall/shorewall-5.0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-firewall') diff --git a/net-firewall/shorewall/shorewall-5.0.8.2.ebuild b/net-firewall/shorewall/shorewall-5.0.8.2.ebuild index afd5706f3cc4..f87c043d2af8 100644 --- a/net-firewall/shorewall/shorewall-5.0.8.2.ebuild +++ b/net-firewall/shorewall/shorewall-5.0.8.2.ebuild @@ -222,9 +222,9 @@ src_prepare() { eprefixify "${S}"/${MY_PN_INIT}/init.gentoo.sh - cd "${S}"/${MY_PN_INIT} + cd "${S}"/${MY_PN_INIT} || die eapply -p2 "${FILESDIR}"/shorewall-init-01_remove-ipset-functionality.patch - cd "${S}" + cd "${S}" || die fi # shorewall-docs-html -- cgit v1.2.3-65-gdbad