summaryrefslogtreecommitdiff
path: root/community/lwp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
commitd466ef49f224a9347fe0375eac8126725e10a0a4 (patch)
treec08a9d7437c4d6de169858ac98fb340fd90202c2 /community/lwp/PKGBUILD
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/lwp/PKGBUILD')
-rw-r--r--community/lwp/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lwp/PKGBUILD b/community/lwp/PKGBUILD
index cf51ab8d4..445d5a001 100644
--- a/community/lwp/PKGBUILD
+++ b/community/lwp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 19149 2010-06-21 08:42:08Z spupykin $
+# $Id: PKGBUILD 66195 2012-02-23 03:06:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=lwp
pkgver=2.6
-pkgrel=1
+pkgrel=2
pkgdesc="Light weight process library"
arch=(i686 x86_64)
url="http://www.coda.cs.cmu.edu"
@@ -17,6 +17,6 @@ md5sums=('65ba6faddf2c9741d4a481b0e9661a34')
build() {
cd $srcdir/lwp-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
make DESTDIR=$pkgdir install
}