commit: 45a91a72386eba5442257bacaf1a200ea3e21a1f Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Sat May 21 16:00:59 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Mon May 23 11:32:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a91a72
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 <idella4 <AT> gentoo.org> net-firewall/shorewall/shorewall-5.0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/shorewall/shorewall-5.0.8.2.ebuild b/net-firewall/shorewall/shorewall-5.0.8.2.ebuild index afd5706..f87c043 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
