core/keyutils to 1.5.5-3

This commit is contained in:
Kevin Mihelich 2012-06-28 08:48:42 -04:00
parent e00ad14275
commit 7a691b24df

View file

@ -6,11 +6,9 @@
# - commented out sed line, doesn't build otherwise
# - must build -j1, everything must build in order
plugrel=1
pkgname=keyutils
pkgver=1.5.5
pkgrel=2
pkgrel=3
pkgdesc="Linux Key Management Utilities"
arch=(i686 x86_64)
url="http://www.kernel.org"
@ -29,4 +27,8 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib" install
# add nfsidmap to config file #30396
echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
>> $pkgdir/etc/request-key.conf
}