projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
100a512
)
dev-libs/librelp: Add missing "die"
author
Thomas Deutschmann
<whissi@whissi.de>
Sat, 11 Jun 2016 23:24:13 +0000
(
01:24
+0200)
committer
Patrice Clement
<monsieurp@gentoo.org>
Sun, 12 Jun 2016 17:24:04 +0000
(17:24 +0000)
Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1658
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-libs/librelp/librelp-1.2.9.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/librelp/librelp-1.2.9.ebuild
b/dev-libs/librelp/librelp-1.2.9.ebuild
index 96db26a021233be5f9c422d7394acf5b92ef6e14..0f75f3b3739ccaf47177ac3e0a136b4301154c36 100644
(file)
--- 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
}