diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-01-15 14:55:12 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-01-15 14:55:12 +0100 |
commit | a9078aa1cca7db2bd4b09948daba468dcc172ffb (patch) | |
tree | 9cdcb4a0449bb720e349e8ff0e2e781fe29d3837 /bootstrap.1 | |
parent | 597ce2c129d18261899d008c52085357510e38d2 (diff) |
ause110: #i106731# remove tarballs from scm and find them in download cache dir
Diffstat (limited to 'bootstrap.1')
-rw-r--r-- | bootstrap.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap.1 b/bootstrap.1 index 622f68b22..156f56255 100644 --- a/bootstrap.1 +++ b/bootstrap.1 @@ -77,3 +77,8 @@ chmod +x "$SRC_ROOT/solenv/bin/build.pl" chmod +x "$SRC_ROOT/solenv/bin/build_client.pl" chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl" 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 +fi |