aboutsummaryrefslogtreecommitdiffstats
path: root/main/polkit
diff options
context:
space:
mode:
Diffstat (limited to 'main/polkit')
-rw-r--r--main/polkit/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/polkit/APKBUILD b/main/polkit/APKBUILD
index cfc380bb02..79bd394df5 100644
--- a/main/polkit/APKBUILD
+++ b/main/polkit/APKBUILD
@@ -3,7 +3,7 @@
pkgname=polkit
_pkgname=PolicyKit
pkgver=0.101
-pkgrel=1
+pkgrel=2
pkgdesc="Application development toolkit for controlling system-wide privileges"
url="http://www.freedesktop.org/wiki/Software/PolicyKit"
arch="all"
@@ -44,8 +44,9 @@ build() {
package() {
cd "$_builddir"
- make DESTDIR="$pkgdir" install
- rm "$pkgdir"/usr/lib/*.la
+ make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la \
+ "$pkgdir"/usr/lib/polkit*/extensions/*.la
}
md5sums="dcacd0c68fc62d0199bd39e437ab4baf PolicyKit-0.101.tar.bz2"