diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2011-07-06 06:07:11 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2011-07-06 06:07:11 +0000 |
commit | e825eaca66b72e95259217cc34078e1dd732e300 (patch) | |
tree | 43afc4ea9a9e6240c5b5e5f2b09ffdaae30d311a /testing/inotify-tools/APKBUILD | |
parent | 8bb1c720dc789bc488cdef0ae9704a03deb7e906 (diff) | |
parent | 459ff4d6b71c5e70d23250578342abde00b570cd (diff) | |
download | aports-e825eaca66b72e95259217cc34078e1dd732e300.tar.bz2 aports-e825eaca66b72e95259217cc34078e1dd732e300.tar.xz |
Merge git://dev.alpinelinux.org/aports
Conflicts:
testing/calibre/APKBUILD
Diffstat (limited to 'testing/inotify-tools/APKBUILD')
-rw-r--r-- | testing/inotify-tools/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/inotify-tools/APKBUILD b/testing/inotify-tools/APKBUILD index a664b55d02..82bb0baabb 100644 --- a/testing/inotify-tools/APKBUILD +++ b/testing/inotify-tools/APKBUILD @@ -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" |