mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/keyutils to 1.5.5-4
This commit is contained in:
parent
3cbe63d3ef
commit
c47313e6e8
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=keyutils
|
||||
pkgver=1.5.5
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Linux Key Management Utilities"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.kernel.org"
|
||||
|
@ -26,7 +26,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" \
|
||||
|
|
Loading…
Reference in a new issue