diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:59:33 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-29 19:59:33 -0500 |
commit | e903dbdcc2e60eeb4924c3f8466a9763f6ed2fba (patch) | |
tree | 042cfa53d1619859dc0191ae6d6e91fda397fab5 /main/qt | |
parent | 3b865a46c382e68bfab022669e09136b0a05c3cb (diff) | |
download | aports-e903dbdcc2e60eeb4924c3f8466a9763f6ed2fba.tar.bz2 aports-e903dbdcc2e60eeb4924c3f8466a9763f6ed2fba.tar.xz |
main/qt: remove *.la files
Diffstat (limited to 'main/qt')
-rw-r--r-- | main/qt/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD index 508bc38344..4b2e5cadb3 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 |