From b4a13e7314bfe25e63b2f1ae5014d5429c17b539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Thu, 10 Sep 2015 13:59:03 +0200 Subject: Do not delete *.la files manually Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. --- testing/nx-libs/APKBUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'testing/nx-libs') diff --git a/testing/nx-libs/APKBUILD b/testing/nx-libs/APKBUILD index 476d911e7c..68df0da9c2 100644 --- a/testing/nx-libs/APKBUILD +++ b/testing/nx-libs/APKBUILD @@ -40,7 +40,6 @@ package() { cd "$_builddir" #find ./ -name Makefile | xargs sed -e 's#/usr/local#/usr#g' -i make PREFIX=/usr DESTDIR="$pkgdir" USRLIBDIR=/usr/lib SHLIBDIR=/usr/lib install CONFIGURE="./configure --prefix=/usr --libdir=/usr/lib --includedir=/usr/include" || return 1 - rm -f "$pkgdir"/usr/lib/*.la } md5sums="d163193f2c344aad263da0fc4fe4b853 nx-libs-3.5.0.31-full.tar.gz -- cgit v1.2.3