summaryrefslogtreecommitdiff
path: root/community/judy
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/judy
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/judy')
-rw-r--r--community/judy/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/judy/PKGBUILD b/community/judy/PKGBUILD
index b8a165d78..e0fc510d8 100644
--- a/community/judy/PKGBUILD
+++ b/community/judy/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 21377 2010-07-16 11:53:24Z spupykin $
+# $Id: PKGBUILD 65582 2012-02-21 09:06:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: d'Ronin <daronin@2600.com>
pkgname=judy
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="C library creating and accessing dynamic arrays"
makedepends=(gcc)
@@ -18,6 +18,6 @@ build()
{
cd $srcdir/$pkgname-$pkgver
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr
- make -j1 || return 1
+ make -j1
make DESTDIR=$pkgdir install
}