[arch-commits] Commit in nfacct/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon May 13 00:22:47 UTC 2013


    Date: Monday, May 13, 2013 @ 02:22:46
  Author: seblu
Revision: 90529

upgpkg: nfacct 1.0.1-2

https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/

Modified:
  nfacct/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 00:22:02 UTC (rev 90528)
+++ PKGBUILD	2013-05-13 00:22:46 UTC (rev 90529)
@@ -4,7 +4,7 @@
 
 pkgname=nfacct
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Command line tool to create/retrieve/delete accounting objects'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/nfacct/'
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }
 




More information about the arch-commits mailing list