[Libreoffice-commits] .: 2 commits - bootstrap.1 .gitignore

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sat Dec 4 22:21:01 PST 2010


 .gitignore  |    2 +-
 bootstrap.1 |    3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b52248f7c0397cc4d9d096f28d03f527f2018594
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Dec 5 00:18:22 2010 -0600

    create the directory src if not already there.

diff --git a/bootstrap.1 b/bootstrap.1
index d420ba2..3daa1e2 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
commit 4da9cbd3bbe936367803e8771ccbf5a408a29a36
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Dec 5 00:17:47 2010 -0600

    ignore /install, created by dev-install, in git

diff --git a/.gitignore b/.gitignore
index a93fd1a..bf848b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,7 @@
 /set_soenv.stamp
 /warn
 /build.log
-
+/install
 /*.Set.sh
 
 /*/*.exe


More information about the Libreoffice-commits mailing list