summaryrefslogtreecommitdiff
path: root/community/libdnet
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
committerroot <root@rshg054.dnsready.net>2013-05-29 01:29:52 -0700
commitd267e861074512027414df29d18d9824e0faae8f (patch)
tree770bb482bb715a84eab76bfbfa1b748d31a13541 /community/libdnet
parent72a09de07cab5e8ad5c3ec7c36814663a3f7a33b (diff)
Wed May 29 01:29:24 PDT 2013
Diffstat (limited to 'community/libdnet')
-rw-r--r--community/libdnet/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD
index 3c4c0f057..d12544eef 100644
--- a/community/libdnet/PKGBUILD
+++ b/community/libdnet/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 61173 2011-12-23 18:40:57Z spupykin $
+# $Id: PKGBUILD 91834 2013-05-28 17:04:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: James Fryman <jfryman@gmail.com>
pkgname=libdnet
pkgver=1.12
-pkgrel=6
+pkgrel=7
pkgdesc="A simplified, portable interface to several low-level networking routines"
arch=(i686 x86_64)
makedepends=(python2)
@@ -19,7 +19,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
autoreconf -I config --force --install
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}