summaryrefslogtreecommitdiffstats
path: root/main/qt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/qt/APKBUILD')
-rw-r--r--main/qt/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD
index 508bc383446..4b2e5cadb31 100644
--- a/main/qt/APKBUILD
+++ b/main/qt/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
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