summaryrefslogtreecommitdiff
path: root/community/nfacct/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/nfacct/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/nfacct/PKGBUILD')
-rw-r--r--community/nfacct/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nfacct/PKGBUILD b/community/nfacct/PKGBUILD
index bcf2cc63e..e6e58955d 100644
--- a/community/nfacct/PKGBUILD
+++ b/community/nfacct/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 85684 2013-03-04 23:04:09Z seblu $
+# $Id: PKGBUILD 90530 2013-05-13 00:24:07Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
pkgname=nfacct
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Command line tool to create/retrieve/delete accounting objects'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.netfilter.org/projects/nfacct/'
@@ -16,7 +16,7 @@ md5sums=('992e863409d144350dbc8f0554a0f478')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}