From 7e728c77fef82055ee91fcad6957e1780c519b3a Mon Sep 17 00:00:00 2001 From: Al Stone Date: Tue, 16 Oct 2012 16:13:08 -0600 Subject: corrected ln path for utils-linux --- stage1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/stage1 b/stage1 index 71b98b1..e4221a8 100755 --- a/stage1 +++ b/stage1 @@ -388,10 +388,10 @@ case "$1" in go grep go distcc go ccache -# only run this far, for now - exit 0 go stage2 +# only run this far, for now + exit 0 go stage3 ;; @@ -910,7 +910,9 @@ EOF ax_cv_have_tls=yes scanf_cv_alloc_modifier=yes EOF - $SRC/${1}-*/configure $TCONFIGARGS --without-ncurses --disable-wall --cache-file=config.cache + $SRC/${1}-*/configure $TCONFIGARGS --without-ncurses \ + --prefix=/usr --libexecdir=/usr/lib --libdir=/usr/lib \ + --disable-wall --cache-file=config.cache notparallel make $J V=1 make $J install DESTDIR=${ROOTFS} -- cgit