diff options
Diffstat (limited to 'testing/webkitgtk2/APKBUILD')
-rw-r--r-- | testing/webkitgtk2/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/webkitgtk2/APKBUILD b/testing/webkitgtk2/APKBUILD index a534f77fad..8566bad5c3 100644 --- a/testing/webkitgtk2/APKBUILD +++ b/testing/webkitgtk2/APKBUILD @@ -99,7 +99,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la # verify so we don't have textrels if scanelf -qRt "$pkgdir" | grep TEXTREL; then error "found textrels" |