mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-24 16:22:57 +00:00
newapkbuild: remove libtool archives
This commit is contained in:
parent
f6a74379ad
commit
a94ef4776a
@ -181,6 +181,7 @@ __EOF__
|
|||||||
package() {
|
package() {
|
||||||
cd "\$_builddir"
|
cd "\$_builddir"
|
||||||
make DESTDIR="\$pkgdir" install || return 1
|
make DESTDIR="\$pkgdir" install || return 1
|
||||||
|
rm -f "$pkgdir"/usr/lib/*.la
|
||||||
__EOF__
|
__EOF__
|
||||||
if [ -n "$cpinitd" ]; then
|
if [ -n "$cpinitd" ]; then
|
||||||
cat >>APKBUILD<<__EOF__
|
cat >>APKBUILD<<__EOF__
|
||||||
|
Loading…
Reference in New Issue
Block a user