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

Allan McRae allan at archlinux.org
Sun Apr 29 09:44:11 UTC 2012


    Date: Sunday, April 29, 2012 @ 05:44:10
  Author: allan
Revision: 157772

upgpkg: nilfs-utils 2.1.1-2

move libraries to /usr/lib

Modified:
  nilfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-29 09:40:54 UTC (rev 157771)
+++ PKGBUILD	2012-04-29 09:44:10 UTC (rev 157772)
@@ -4,7 +4,7 @@
 
 pkgname=nilfs-utils
 pkgver=2.1.1
-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 "$srcdir/$pkgname-$pkgver"
-  ./configure --libdir=/lib --enable-libmount
+  ./configure --enable-libmount
   make
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install LDCONFIG=/bin/true
 }




More information about the arch-commits mailing list