aboutsummaryrefslogtreecommitdiffstats
path: root/main/lame/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lame/APKBUILD')
-rw-r--r--main/lame/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/lame/APKBUILD b/main/lame/APKBUILD
index 512fa7ecc9..701010b93a 100644
--- a/main/lame/APKBUILD
+++ b/main/lame/APKBUILD
@@ -55,7 +55,6 @@ package() {
local _textrels=
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
- rm "$pkgdir"/usr/lib/*.la
_textrels=$(scanelf -q -Rt "$pkgdir")
if [ -n "$_textrels" ]; then
error "Textrels found:"