summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-26 15:24:59 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-09-26 15:24:59 +0000
commit116417bce1e1df06a918de5e9e63f6ba88e2f4f5 (patch)
tree329152521f594a2d5c68c860ec8bb242916762ec
parent2896fd819e6db3c3ff27acf1b7cec98210c2c3e1 (diff)
downloadkeyutils-baserock/morph.tar.gz
Place the keyutils library in the /lib rather thanbaserock/morph
/lib64 directory.
-rw-r--r--keyutils.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyutils.morph b/keyutils.morph
index d008f82..2bb33ca 100644
--- a/keyutils.morph
+++ b/keyutils.morph
@@ -8,6 +8,6 @@
"make"
],
"install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "make DESTDIR=\"$DESTDIR\" LIBDIR=\"$PREFIX/lib\" USRLIBDIR=\"$PREFIX/lib\" install"
]
}