summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-12-05 00:18:22 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-12-05 00:18:29 -0600
commit79fd100c9cb688e656b4cc081927328df00538db (patch)
tree8c78439e31af6ecafc45784f34bf58deee3db5f7 /bootstrap.1
parent749f0355b99c174766671acd9a5795e81f907a83 (diff)
create the directory src if not already there.
Diffstat (limited to 'bootstrap.1')
-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