From e903dbdcc2e60eeb4924c3f8466a9763f6ed2fba Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 29 Jun 2011 19:59:33 -0500 Subject: main/qt: remove *.la files --- main/qt/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/qt/APKBUILD') diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD index 508bc3834..4b2e5cadb 100644 --- a/main/qt/APKBUILD +++ b/main/qt/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=qt pkgver=4.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="A cross-platform application and UI framework" url="http://qt.nokia.com/" arch="all" @@ -93,6 +93,7 @@ build() { package() { cd "$_builddir" make INSTALL_ROOT="$pkgdir" install + rm "$pkgdir"/usr/lib/*.la # install missing icons and desktop files for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do -- cgit v1.2.3