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. --- main/mate-notification-daemon/APKBUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'main/mate-notification-daemon') diff --git a/main/mate-notification-daemon/APKBUILD b/main/mate-notification-daemon/APKBUILD index 08568c1050..ddce55ff1c 100644 --- a/main/mate-notification-daemon/APKBUILD +++ b/main/mate-notification-daemon/APKBUILD @@ -41,7 +41,6 @@ build() { package() { cd "$_builddir" make DESTDIR="${pkgdir}" install || return 1 - find "$pkgdir" -name \*.la -delete } md5sums="47b145c6cda51640d91b19e177078062 mate-notification-daemon-1.10.1.tar.xz" -- cgit v1.2.3