mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/garcon: remove *.la
This commit is contained in:
parent
9d5f9faf70
commit
dd4d9359dd
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=garcon
|
||||
pkgver=0.1.7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="a freedesktop.org compliant menu implementation based on GLib and GIO"
|
||||
url="http://www.xfce.org/"
|
||||
arch="all"
|
||||
@ -27,6 +27,7 @@ build() {
|
||||
package() {
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="8990668e4f2fecffe124f613b6e1e01f garcon-0.1.7.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user