aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hfst/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hfst/APKBUILD')
-rw-r--r--testing/hfst/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/hfst/APKBUILD b/testing/hfst/APKBUILD
index 34b0f921a7..dd76d0237d 100644
--- a/testing/hfst/APKBUILD
+++ b/testing/hfst/APKBUILD
@@ -43,7 +43,6 @@ package() {
cd swig
/usr/bin/env python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
/usr/bin/env python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
- rm -f "$pkgdir"/usr/lib/*.la
}
python() {