X-Git-Url: http://gitweb/?a=blobdiff_plain;f=keyutils%2FPkgfile;h=f9a2066d0e926593e08ab58d8cc1ab3e1cccbefa;hb=ec323047a459ddb56eda61d919f22ecf19287bc2;hp=60521d5489d50fdcf703aacffe3c5d1f88cd1028;hpb=95f156428e7190864183fc7d57580e17ee21a1a7;p=ports%2Fopt-arm.git diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile index 60521d5..f9a2066 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -4,7 +4,7 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=keyutils -version=1.5.9 +version=1.5.10 release=1 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2) @@ -16,5 +16,5 @@ build () { sed -i "/^CFLAGS/s/-g/$CFLAGS/" Makefile make - make install DESTDIR=$PKG MANDIR=/usr/man USRLIBDIR=/usr/lib LIBDIR=/lib + make install DESTDIR=$PKG USRLIBDIR=/usr/lib LIBDIR=/lib }