aboutsummaryrefslogtreecommitdiffstats
path: root/main/mythes/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/mythes/APKBUILD')
-rw-r--r--main/mythes/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/mythes/APKBUILD b/main/mythes/APKBUILD
index b4f24aa940..8fb9665821 100644
--- a/main/mythes/APKBUILD
+++ b/main/mythes/APKBUILD
@@ -40,7 +40,6 @@ build() {
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir" install || return 1
- rm "$pkgdir"/usr/lib/*.la || return 1
}
dev() {