testing/inotify-tools: remove *.la

This commit is contained in:
Natanael Copa 2011-07-01 12:36:08 +00:00
parent d9a229a1d7
commit 2cc375b0df

View File

@ -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"