aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gamin/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gamin/APKBUILD b/main/gamin/APKBUILD
index f7c8936aa95..1d79f6433a4 100644
--- a/main/gamin/APKBUILD
+++ b/main/gamin/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gamin
pkgver=0.1.10
-pkgrel=2
+pkgrel=3
pkgdesc="Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
url="http://www.gnome.org/~veillard/gamin"
license="GPL"
@@ -21,7 +21,10 @@ build ()
--disable-dnotify \
--libexecdir=/usr/lib/gamin
make || return 1
+}
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
# some kinde of race in the make install which is not solved with -j
export MKDIRPROG="mkdir -p"
make DESTDIR="$pkgdir" install