diff options
author | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-18 02:14:12 -0700 |
commit | 4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (patch) | |
tree | 84f66b46f238f46928efc905cad1b88a2d96c668 /core/keyutils | |
parent | b5f4c940227b9a7051c381688636d59f67864f93 (diff) |
Sat May 18 02:12:59 PDT 2013
Diffstat (limited to 'core/keyutils')
-rw-r--r-- | core/keyutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/keyutils/PKGBUILD b/core/keyutils/PKGBUILD index 463df40bd..61f3db2e2 100644 --- a/core/keyutils/PKGBUILD +++ b/core/keyutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 162664 2012-06-27 18:33:40Z tpowa $ +# $Id: PKGBUILD 185695 2013-05-17 11:13:15Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=keyutils pkgver=1.5.5 -pkgrel=3 +pkgrel=4 pkgdesc="Linux Key Management Utilities" arch=(i686 x86_64) url="http://www.kernel.org" @@ -20,7 +20,7 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib" install + make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' 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" \ |