[Libreoffice-commits] .: Branch 'feature/rip-build-repo' - download post_download.in

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Nov 26 15:31:17 PST 2010


 download         |    4 ++--
 post_download.in |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

New commits:
commit e41d072e6a95b912c5c55855e7bab5f8744bda7b
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Sat Nov 27 00:23:55 2010 +0100

    download: Fix minor typos to make it work on Windows.

diff --git a/download b/download
index 8c3ba73..5482ac9 100755
--- a/download
+++ b/download
@@ -30,7 +30,7 @@ if [ ! -d clone ] ; then
     ./g clone
 fi
 if [ -z "$TARFILE_LOCATION" ]; then
-    . ./*.Set.sh
+    . ./*[Ee]nv.[Ss]et.sh
 fi
 
 if [ ! -d "$TARFILE_LOCATION" ]; then
@@ -156,7 +156,7 @@ done
 rm $TARFILE_LOCATION/tmp/*-*
 cd $start_dir
 
-if [ -e post_download ] ;
+if [ -e post_download ] ; then
     ./post_download
 fi
 
diff --git a/post_download.in b/post_download.in
index 674d6b1..b17f395 100644
--- a/post_download.in
+++ b/post_download.in
@@ -10,8 +10,7 @@ echo "********************************************************************"
 dnl ===================================================================
 dnl The following is a list of supported systems.
 dnl ===================================================================
-#defaults unless the os test overrides this:
-
+AC_CANONICAL_SYSTEM
 case "$build_os" in
     solaris*)
         _os=SunOS


More information about the Libreoffice-commits mailing list