mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/polkit: remove all *.la
This commit is contained in:
parent
beaf2d01e2
commit
3cfdc33fb0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user