create the directory src if not already there.

This commit is contained in:
Norbert Thiebaud
2010-12-05 00:18:22 -06:00
parent 749f0355b9
commit 79fd100c9c

View File

@@ -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