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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu May 16 23:35:31 UTC 2013


    Date: Friday, May 17, 2013 @ 01:35:31
  Author: svenstaro
Revision: 90979

upgpkg: nbd 3.3-2

Move stuff out of sbin

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-16 23:27:41 UTC (rev 90978)
+++ PKGBUILD	2013-05-16 23:35:31 UTC (rev 90979)
@@ -6,7 +6,7 @@
 
 pkgname=nbd
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP"
 arch=('i686' 'x86_64')
 url="http://nbd.sourceforge.net"
@@ -24,7 +24,7 @@
 build(){
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog --sbindir=/usr/bin
 
   make
 }




More information about the arch-commits mailing list