diff options
author | Thomas Deutschmann <whissi@whissi.de> | 2016-06-12 01:24:13 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-12 17:24:04 +0000 |
commit | 15b49e49635bfae049a65c876f33a0ad633418d7 (patch) | |
tree | f835e369711446bdd6d72d2c6b2f83b12f262d77 /dev-libs/librelp | |
parent | dev-libs/librdkafka: Version bump to v0.9.1 (diff) | |
download | gentoo-15b49e49635bfae049a65c876f33a0ad633418d7.tar.gz gentoo-15b49e49635bfae049a65c876f33a0ad633418d7.tar.bz2 gentoo-15b49e49635bfae049a65c876f33a0ad633418d7.zip |
dev-libs/librelp: Add missing "die"
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1658
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs/librelp')
-rw-r--r-- | dev-libs/librelp/librelp-1.2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/librelp/librelp-1.2.9.ebuild b/dev-libs/librelp/librelp-1.2.9.ebuild index 96db26a02123..0f75f3b3739c 100644 --- a/dev-libs/librelp/librelp-1.2.9.ebuild +++ b/dev-libs/librelp/librelp-1.2.9.ebuild @@ -52,5 +52,5 @@ src_install() { use doc && local HTML_DOCS=( doc/relp.html ) default - find "${ED}"usr/lib* -name '*.la' -delete + find "${ED}"usr/lib* -name '*.la' -delete || die } |