From 449a17e3b30b4ba1b4b91c2be8b64b6da5f96b8c Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Thu, 3 Dec 2015 14:54:57 +0100 Subject: [PATCH] Fixing hardcoded lib64 path in the stage1 recipe --- STAGE1-xz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STAGE1-xz b/STAGE1-xz index c240fe9..d613473 100644 --- a/STAGE1-xz +++ b/STAGE1-xz @@ -2,7 +2,7 @@ srpm xz mcd $BUILDDIR/$1 $SRC/${1}-*/configure \ --prefix=/usr \ - --libdir=/usr/lib64 \ + --libdir=/usr/lib${SUFFIX} \ --build=$BUILD \ --host=$TARGET make $J V=1