From 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Feb 2012 23:15:20 +0000 Subject: Wed Feb 22 23:15:20 UTC 2012 --- community/inotify-tools/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/inotify-tools') 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 # 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 } -- cgit v1.2.3-54-g00ecf