summaryrefslogtreecommitdiff
path: root/community/rpc2/PKGBUILD
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/rpc2/PKGBUILD
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/rpc2/PKGBUILD')
-rw-r--r--community/rpc2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rpc2/PKGBUILD b/community/rpc2/PKGBUILD
index 4719cdbfb..21b723db0 100644
--- a/community/rpc2/PKGBUILD
+++ b/community/rpc2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 21975 2010-07-19 13:44:49Z spupykin $
+# $Id: PKGBUILD 65509 2012-02-21 06:46:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=rpc2
pkgver=2.10
-pkgrel=2
+pkgrel=3
pkgdesc="Remote procedure call package for IP/UDP"
arch=(i686 x86_64)
url="http://www.coda.cs.cmu.edu"
@@ -17,6 +17,6 @@ md5sums=('545066e67d95325840a79d163098096b')
build() {
cd $srcdir/rpc2-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
make DESTDIR=$pkgdir install
}