From 32b05a621cb20af1bd4b7cd6f5609b7512bb20f1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Feb 2012 03:34:34 +0000 Subject: Wed Feb 29 03:34:34 UTC 2012 --- testing/util-linux/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'testing/util-linux/PKGBUILD') diff --git a/testing/util-linux/PKGBUILD b/testing/util-linux/PKGBUILD index db0001a93..9b871e433 100644 --- a/testing/util-linux/PKGBUILD +++ b/testing/util-linux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151117 2012-02-25 00:42:27Z tomegun $ +# $Id: PKGBUILD 151587 2012-02-27 18:50:38Z tomegun $ # Maintainer: Tom Gundersen # Contributor: judd pkgname=util-linux pkgver=2.21 -pkgrel=2 +pkgrel=3 pkgdesc="Miscellaneous system utilities for Linux" url="http://www.kernel.org/pub/linux/utils/util-linux/" arch=('i686' 'x86_64') @@ -18,7 +18,8 @@ source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${ libmount-canonicalize-all-paths-from-fs-tab.patch lib-canonicalize-always-remove-tailing-slash.patch libmount-canonicalize-targets-from-fstab-on-mount-a.patch - mount-new-cleanup-mount-a-return-codes.patch) + mount-new-cleanup-mount-a-return-codes.patch + libmount-use-mount.-type-s-for-NFS-only.patch) optdepends=('perl: for chkdupexe support') build() { @@ -31,6 +32,7 @@ build() { patch -p1 -i ../lib-canonicalize-always-remove-tailing-slash.patch patch -p1 -i ../libmount-canonicalize-targets-from-fstab-on-mount-a.patch patch -p1 -i ../mount-new-cleanup-mount-a-return-codes.patch + patch -p1 -i ../libmount-use-mount.-type-s-for-NFS-only.patch ./configure --prefix=/usr \ --libdir=/usr/lib \ @@ -58,4 +60,5 @@ md5sums=('208aa058f4117759d2939d1be7d662fc' 'c4011222a19b020d9b8465c3c7e443f6' '8c1bf7b10e22e2b835441e6ae2d804d6' '7b92423c588ed35229a9a166349c29a9' - 'c483ab2d52609b5857d096b256a5075c') + 'c483ab2d52609b5857d096b256a5075c' + 'e31037773db7f3244b71db434f60e6f0') -- cgit v1.2.3-54-g00ecf