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

Tobias Powalowski tpowa at nymeria.archlinux.org
Fri May 31 07:33:45 UTC 2013


    Date: Friday, May 31, 2013 @ 09:33:44
  Author: tpowa
Revision: 186785

upgpkg: nilfs-utils 2.1.5-2

move to /usr/bin, remove conf.d file and backup array

Modified:
  nilfs-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 07:32:14 UTC (rev 186784)
+++ PKGBUILD	2013-05-31 07:33:44 UTC (rev 186785)
@@ -4,7 +4,7 @@
 
 pkgname=nilfs-utils
 pkgver=2.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)"
 arch=('i686' 'x86_64')
 url="http://www.nilfs.org/"
@@ -17,11 +17,11 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --enable-libmount
+  ./configure --sbindir=/usr/bin --enable-libmount
   make
 }
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install LDCONFIG=/bin/true
+  make DESTDIR="$pkgdir" sbindir=/usr/bin install LDCONFIG=/bin/true
 }




More information about the arch-commits mailing list