diff options
Diffstat (limited to 'main/net-snmp/APKBUILD')
-rw-r--r-- | main/net-snmp/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/net-snmp/APKBUILD b/main/net-snmp/APKBUILD index 9b8e8bbdfc..3c0c455eba 100644 --- a/main/net-snmp/APKBUILD +++ b/main/net-snmp/APKBUILD @@ -83,7 +83,6 @@ package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install || return 1 # remove things we dont want distribute - rm "$pkgdir"/usr/lib/*.la || return 1 rm "$pkgdir"/usr/lib/libsnmp* \ "$pkgdir"/usr/bin/snmpcheck \ "$pkgdir"/usr/bin/fixproc \ |