mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
# - commented out sed line, doesn't build otherwise
|
||||||
# - must build -j1, everything must build in order
|
# - must build -j1, everything must build in order
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
|
|
||||||
pkgname=keyutils
|
pkgname=keyutils
|
||||||
pkgver=1.5.5
|
pkgver=1.5.5
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Linux Key Management Utilities"
|
pkgdesc="Linux Key Management Utilities"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://www.kernel.org"
|
url="http://www.kernel.org"
|
||||||
|
@ -29,4 +27,8 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" LIBDIR="/usr/lib" USRLIBDIR="/usr/lib" install
|
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