mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/inotify-tools: remove *.la
This commit is contained in:
parent
d9a229a1d7
commit
2cc375b0df
@ -2,7 +2,7 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
|
||||
pkgname="inotify-tools"
|
||||
pkgver=3.14
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="C library and CLI tools providing a simple interface to inotify"
|
||||
url="http://github.com/rvoicilas/inotify-tools"
|
||||
arch="all"
|
||||
@ -32,7 +32,8 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
rm "$pkgdir"/usr/lib/*.la || return 1
|
||||
}
|
||||
|
||||
md5sums="b43d95a0fa8c45f8bab3aec9672cf30c inotify-tools-3.14.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user