diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-28 17:45:45 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-30 20:25:22 -0600 |
commit | 4ab516df62353d068e4ebf298d2f4e1df793dbcc (patch) | |
tree | 13006266dc176b26a2018fcfc39a8ad36a647eff /bootstrap.1 | |
parent | b1b5d92e3d54062d4b2013be4e950ddc6f34b551 (diff) |
fix issues when building with the build-repo
Diffstat (limited to 'bootstrap.1')
-rw-r--r-- | bootstrap.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.1 b/bootstrap.1 index 156f5625557a..304f41cb17cd 100644 --- a/bootstrap.1 +++ b/bootstrap.1 @@ -80,5 +80,5 @@ 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 + $SRC_ROOT/download $SRC_ROOT/ooo.lst fi |