summaryrefslogtreecommitdiff
path: root/community/inotify-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/inotify-tools/PKGBUILD')
-rw-r--r--community/inotify-tools/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/inotify-tools/PKGBUILD b/community/inotify-tools/PKGBUILD
index 020afb70e..382a1dc6e 100644
--- a/community/inotify-tools/PKGBUILD
+++ b/community/inotify-tools/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 16154 2010-04-25 20:32:27Z spupykin $
+# $Id: PKGBUILD 65568 2012-02-21 08:59:52Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alessandro Sagratini
pkgname=inotify-tools
pkgver=3.14
-pkgrel=1
+pkgrel=2
pkgdesc="inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify."
arch=('i686' 'x86_64')
url="http://inotify-tools.sourceforge.net/"
@@ -15,8 +15,8 @@ source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgve
md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+ make DESTDIR=$pkgdir install
}