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