aboutsummaryrefslogtreecommitdiffstats
path: root/testing/enlightenment/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/enlightenment/APKBUILD')
-rw-r--r--testing/enlightenment/APKBUILD1
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
}