mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-02 04:11:33 +02:00
testing/eeze: remove *.la
This commit is contained in:
parent
9bd736a43a
commit
f04b2b51dc
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=eeze
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Enlightenment's device library"
|
||||
url="http://trac.enlightenment.org/e/wiki/Eeze"
|
||||
arch="all"
|
||||
@ -39,7 +39,7 @@ build() {
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
"$pkgdir"/usr/lib/*.la
|
||||
rm "$pkgdir"/usr/lib/*.la
|
||||
}
|
||||
|
||||
md5sums="e36b5e8ed444c8d13d27fd82d5f71659 eeze-1.0.1.tar.gz"
|
||||
|
Loading…
x
Reference in New Issue
Block a user