summaryrefslogtreecommitdiff
path: root/keyutils
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-07-23 15:35:19 +0200
committerJuergen Daubert <jue@jue.li>2011-07-23 15:35:19 +0200
commit83de8c3321cb4640c4d4e816c868baf30917c049 (patch)
treebd98e5826e1a93f2b38cf517c2a03d09dbaa7351 /keyutils
parent05988acddb17e03a6544d675e93394ee3a500a9d (diff)
downloadopt-83de8c3321cb4640c4d4e816c868baf30917c049.tar.gz
opt-83de8c3321cb4640c4d4e816c868baf30917c049.tar.xz
keyutils: fix libdir on x86_64
Diffstat (limited to 'keyutils')
-rw-r--r--keyutils/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile
index 27115f43a..2be47cfa9 100644
--- a/keyutils/Pkgfile
+++ b/keyutils/Pkgfile
@@ -4,12 +4,12 @@
name=keyutils
version=1.5.1
-release=1
+release=2
source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
- sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-O2/$CFLAGS/" Makefile
+ sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-O2/$CFLAGS/;s|/lib64|/lib|" Makefile
make -j1
make DESTDIR=$PKG install
}

Generated by cgit