summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2012-10-16 16:13:08 -0600
committerAl Stone <ahs3@redhat.com>2012-10-16 16:13:08 -0600
commit7e728c77fef82055ee91fcad6957e1780c519b3a (patch)
treea77206f540c0c69cfc83f01d6bb53156fc66861c
parentc50e34d4baa68e789aceda7f03c7e94e339cda98 (diff)
downloadbootstrap.git.DONOTUSE-7e728c77fef82055ee91fcad6957e1780c519b3a.tar.gz
bootstrap.git.DONOTUSE-7e728c77fef82055ee91fcad6957e1780c519b3a.tar.xz
bootstrap.git.DONOTUSE-7e728c77fef82055ee91fcad6957e1780c519b3a.zip
corrected ln path for utils-linux
-rwxr-xr-xstage18
1 files 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}