diff options
author | Gokturk Yuksek <gokturk@binghamton.edu> | 2015-12-26 21:02:18 -0500 |
---|---|---|
committer | Gokturk Yuksek <gokturk@binghamton.edu> | 2015-12-27 01:05:19 -0500 |
commit | 796053f85139ca4b085c6efd71e488468e2edde9 (patch) | |
tree | dd7dffbc7215d3d6066cab0e6d3ed67858f90179 /net-libs/gsoap | |
parent | net-libs/gsoap: use prune_libtool_files instead of removing them manually (diff) | |
download | gentoo-796053f85139ca4b085c6efd71e488468e2edde9.tar.gz gentoo-796053f85139ca4b085c6efd71e488468e2edde9.tar.bz2 gentoo-796053f85139ca4b085c6efd71e488468e2edde9.zip |
net-libs/gsoap: add missing '|| die' statements
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-libs/gsoap')
-rw-r--r-- | net-libs/gsoap/gsoap-2.7.17-r1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.26.ebuild | 2 | ||||
-rw-r--r-- | net-libs/gsoap/gsoap-2.8.27.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild index ad1d0d940517..999aba704f1a 100644 --- a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild +++ b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild @@ -59,7 +59,7 @@ src_install() { prune_libtool_files --all if use examples; then - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o + rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die insinto /usr/share/doc/${PF}/examples doins -r gsoap/samples/* fi diff --git a/net-libs/gsoap/gsoap-2.8.26.ebuild b/net-libs/gsoap/gsoap-2.8.26.ebuild index a565476706c1..2bce2bd11efd 100644 --- a/net-libs/gsoap/gsoap-2.8.26.ebuild +++ b/net-libs/gsoap/gsoap-2.8.26.ebuild @@ -67,7 +67,7 @@ src_install() { prune_libtool_files --all if use examples; then - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o + rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die insinto /usr/share/doc/${PF}/examples doins -r gsoap/samples/* fi diff --git a/net-libs/gsoap/gsoap-2.8.27.ebuild b/net-libs/gsoap/gsoap-2.8.27.ebuild index a565476706c1..2bce2bd11efd 100644 --- a/net-libs/gsoap/gsoap-2.8.27.ebuild +++ b/net-libs/gsoap/gsoap-2.8.27.ebuild @@ -67,7 +67,7 @@ src_install() { prune_libtool_files --all if use examples; then - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o + rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die insinto /usr/share/doc/${PF}/examples doins -r gsoap/samples/* fi |