Date: Tuesday, May 14, 2013 @ 13:49:30 Author: stephane Revision: 185501
upgpkg: keyutils 1.5.5-4 Move files to /usr/bin Modified: keyutils/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-14 11:47:10 UTC (rev 185500) +++ PKGBUILD 2013-05-14 11:49:30 UTC (rev 185501) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski <[email protected]> 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 @@ 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" \
