Kaydet (Commit) c50fdb06 authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Norbert Thiebaud

build: Renamed fetch_tarballs.sh to download.

üst 06edf998
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#************************************************************************* #*************************************************************************
# #
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# Copyright 2000, 2010 Oracle and/or its affiliates. # Copyright 2000, 2010 Oracle and/or its affiliates.
# #
# OpenOffice.org - a multi-platform office productivity suite # OpenOffice.org - a multi-platform office productivity suite
...@@ -62,7 +62,7 @@ done ...@@ -62,7 +62,7 @@ done
if [ -z "$wget" ]; then if [ -z "$wget" ]; then
for i in curl /usr/bin/curl /usr/local/bin/curl /usr/sfw/bin/curl /opt/sfw/bin/curl /opt/local/bin/curl; do for i in curl /usr/bin/curl /usr/local/bin/curl /usr/sfw/bin/curl /opt/sfw/bin/curl /opt/local/bin/curl; do
# mac curl returns "2" on --version # mac curl returns "2" on --version
# eval "$i --version" > /dev/null 2>&1 # eval "$i --version" > /dev/null 2>&1
# ret=$? # ret=$?
# if [ $ret -eq 0 ]; then # if [ $ret -eq 0 ]; then
...@@ -117,7 +117,7 @@ for i in $filelist ; do ...@@ -117,7 +117,7 @@ for i in $filelist ; do
# echo $i # echo $i
if [ "$i" != `echo $i | sed "s/^http:\///"` ]; then if [ "$i" != `echo $i | sed "s/^http:\///"` ]; then
tarurl=$i tarurl=$i
# TODO: check for comment # TODO: check for comment
else else
if [ "$tarurl" != "" ]; then if [ "$tarurl" != "" ]; then
if [ ! -f "../$i" ]; then if [ ! -f "../$i" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment