Date: Monday, September 1, 2014 @ 16:40:47 Author: dan Revision: 220870
upgpkg: nilfs-utils 2.2.1-1 Modified: nilfs-utils/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-09-01 14:30:51 UTC (rev 220869) +++ PKGBUILD 2014-09-01 14:40:47 UTC (rev 220870) @@ -3,7 +3,7 @@ # Contributor: Geoffroy Carrier <[email protected]> pkgname=nilfs-utils -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc="A log-structured file system supporting continuous snapshotting (userspace utils)" arch=('i686' 'x86_64') @@ -12,10 +12,11 @@ backup=('etc/nilfs_cleanerd.conf') depends=('util-linux') source=(http://www.nilfs.org/download/$pkgname-$pkgver.tar.bz2) -md5sums=('57480da0c9e6c35100e157b6cc87b6f8') +md5sums=('a4e2ee5e64d57bd38e1ffcc5630bd4ec') build() { cd $pkgname-$pkgver + sed -i -e 's#root_sbindir=/sbin#root_sbindir=/usr/bin#' configure ./configure --sbindir=/usr/bin --with-libmount make }
