diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-05-21 12:00:59 -0400 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-23 19:32:47 +0800 |
commit | 45a91a72386eba5442257bacaf1a200ea3e21a1f (patch) | |
tree | 1752f35f53bf6b933c602394a14ddd637f36f951 /net-firewall | |
parent | net-firewall/shorewall: bash syntax tidy (diff) | |
download | gentoo-45a91a72386eba5442257bacaf1a200ea3e21a1f.tar.gz gentoo-45a91a72386eba5442257bacaf1a200ea3e21a1f.tar.bz2 gentoo-45a91a72386eba5442257bacaf1a200ea3e21a1f.zip |
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@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/shorewall/shorewall-5.0.8.2.ebuild | 4 |
1 files 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 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 |