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