From eb3d40c72c9dd19f6a5ef79b41e9d8ba73ccd928 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Sep 2011 23:14:36 +0000 Subject: Thu Sep 1 23:14:36 UTC 2011 --- core/nfsidmap/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'core/nfsidmap/PKGBUILD') diff --git a/core/nfsidmap/PKGBUILD b/core/nfsidmap/PKGBUILD index f744598ce..a402e5c84 100644 --- a/core/nfsidmap/PKGBUILD +++ b/core/nfsidmap/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 111577 2011-02-27 18:55:50Z tpowa $ +# $Id: PKGBUILD 136619 2011-08-31 07:19:40Z tpowa $ # Maintainer: # Contributor: Judd pkgname=nfsidmap pkgver=0.24 -pkgrel=2 +pkgrel=3 pkgdesc="Library to help mapping IDs, mainly for NFSv4" arch=('i686' 'x86_64') url="http://www.citi.umich.edu/projects/nfsv4/linux/" @@ -24,9 +24,6 @@ package() { cd $srcdir/lib$pkgname-$pkgver make DESTDIR=$pkgdir install - # remove idmap manpage provided by nfs-utils! - rm $pkgdir/usr/share/man/man5/idmapd.conf.5 - # install license install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE } -- cgit v1.2.3-54-g00ecf