mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/keyutils to 1.5.5-3
This commit is contained in:
parent
e00ad14275
commit
7a691b24df
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue