diff options
author | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
commit | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch) | |
tree | 803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/inotify-tools | |
parent | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff) |
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/inotify-tools')
-rw-r--r-- | community/inotify-tools/PKGBUILD | 10 |
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 } |