diff options
Diffstat (limited to 'testing/hfst')
-rw-r--r-- | testing/hfst/APKBUILD | 1 |
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() { |