Date: Wednesday, December 21, 2011 @ 12:59:16 Author: ibiru Revision: 145310
enable libmount support Modified: nilfs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-12-21 17:21:20 UTC (rev 145309) +++ PKGBUILD 2011-12-21 17:59:16 UTC (rev 145310) @@ -3,20 +3,20 @@ # Contributor: Geoffroy Carrier <[email protected]> pkgname=nilfs-utils pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') url="http://www.nilfs.org/" license=('GPL2' 'LGPL2.1') backup=('etc/nilfs_cleanerd.conf') -depends=('util-linux-ng') +depends=('util-linux') options=(!libtool) source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) md5sums=('738f7bee062051c14dcff444bb17ada7') build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --libdir=/lib + ./configure --libdir=/lib --enable-libmount make }
