diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-09-10 13:59:03 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-09-10 13:59:03 +0200 |
commit | b4a13e7314bfe25e63b2f1ae5014d5429c17b539 (patch) | |
tree | c5c5095d2c99a726593900481f94634fb1c787f3 /testing/enlightenment | |
parent | ca35fd9d1d95c354a4283d968f53a6017b721a46 (diff) | |
download | aports-b4a13e7314bfe25e63b2f1ae5014d5429c17b539.zip |
Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
Diffstat (limited to 'testing/enlightenment')
-rw-r--r-- | testing/enlightenment/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/enlightenment/APKBUILD b/testing/enlightenment/APKBUILD index ae2d0d63888..76546b1a63e 100644 --- a/testing/enlightenment/APKBUILD +++ b/testing/enlightenment/APKBUILD @@ -52,7 +52,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - find "$pkgdir"/usr/lib/ -name "*.la" | xargs rm -f # opengl needs mprotect off for now paxctl -c -m "$pkgdir"/usr/bin/enlightenment } |