From 3ecb1ee2da658aa59a1512bef0d0b49161beb257 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Thu, 3 Jan 2013 10:46:39 -0700 Subject: correction to rpm install paths Signed-off-by: Al Stone --- recipe.d/0036-rpm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe.d/0036-rpm b/recipe.d/0036-rpm index 80f670e..502f942 100644 --- a/recipe.d/0036-rpm +++ b/recipe.d/0036-rpm @@ -20,7 +20,8 @@ --host=armv7hl-redhat-linux-gnueabi \ --target=armv7hl-redhat-linux-gnueabi \ CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss3" \ - --libdir=/usr/lib \ + --prefix=/usr \ + --libdir=/usr/lib64 \ --with-external-db \ --disable-static \ --without-lua \ -- cgit