1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

x11-misc/gpaste: die if libtool files pruning fail

This commit is contained in:
2020-01-05 20:09:01 +01:00
parent ffa6d568cd
commit c01488918e
3 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ src_configure() {
src_install() {
default
find "${D}" -name '*.la' -delete
find "${D}" -name '*.la' -delete || die
}
pkg_preinst() {