summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <norbert@sqdata.com>2010-11-20 23:01:56 -0600
committerNorbert Thiebaud <norbert@sqdata.com>2010-11-20 23:01:56 -0600
commit23b28ddfa52050967bceb63fdfbea6f106ae7d78 (patch)
tree7aa41736eeb4bf81f7a6a6405f0a4997b4b26a19
parent1251dc9b1ec5a6190affc1f19d24dc67d61e0102 (diff)
in the 'bootstrap' based build, fetch_tarball is really ./download
-rw-r--r--bootstrap.14
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.1 b/bootstrap.1
index 156f56255..68ed69597 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -80,5 +80,7 @@ chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
# fetch or update external tarballs
if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
- $SRC_ROOT/fetch_tarballs.sh $SRC_ROOT/ooo.lst
+ (
+ cd $SRC_ROOT && ./download
+ )
fi