mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/dbus: remove *.la
This commit is contained in:
parent
b8f50624e4
commit
340fce60bf
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=dbus
|
||||
pkgver=1.4.8
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Freedesktop.org message bus system"
|
||||
url="http://www.freedesktop.org/Software/dbus"
|
||||
pkggroups="messagebus"
|
||||
@ -37,7 +37,8 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make -j1 DESTDIR="$pkgdir" install
|
||||
make -j1 DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
install -Dm755 "$srcdir"/dbus.initd "$pkgdir"/etc/init.d/dbus
|
||||
}
|
||||
md5sums="e30253e15f0f4e6c5ee9e6f0eba5046c dbus-1.4.8.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user