summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap.13
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.1 b/bootstrap.1
index d420ba29a136..3daa1e25321c 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -72,6 +72,9 @@ chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
# fetch or update external tarballs
+if [ ! -d $SRC_ROOT/src ] ; then
+ mkdir $SRC_ROOT/src
+fi
if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
$SRC_ROOT/download $SRC_ROOT/ooo.lst
fi