newapkbuild: remove libtool archives

This commit is contained in:
Natanael Copa 2011-06-03 14:19:52 +00:00
parent f6a74379ad
commit a94ef4776a
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ __EOF__
package() {
cd "\$_builddir"
make DESTDIR="\$pkgdir" install || return 1
rm -f "$pkgdir"/usr/lib/*.la
__EOF__
if [ -n "$cpinitd" ]; then
cat >>APKBUILD<<__EOF__