aboutsummaryrefslogtreecommitdiffstats
path: root/testing/inotify-tools/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <francesco.colista@gmail.com>2011-07-06 06:07:11 +0000
committerFrancesco Colista <francesco.colista@gmail.com>2011-07-06 06:07:11 +0000
commite825eaca66b72e95259217cc34078e1dd732e300 (patch)
tree43afc4ea9a9e6240c5b5e5f2b09ffdaae30d311a /testing/inotify-tools/APKBUILD
parent8bb1c720dc789bc488cdef0ae9704a03deb7e906 (diff)
parent459ff4d6b71c5e70d23250578342abde00b570cd (diff)
downloadaports-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/APKBUILD5
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"