summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-16 15:34:09 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-27 09:11:21 -0600
commit5ec67bc476fa9e2e093b15dff14f445ba62e55e7 (patch)
tree64a63fc9b318153af1478caf12f285f05fa52038
parent0b14f7b1c287b1c4ce8962e1f83e0101e9ee89e4 (diff)
build: Update the download location for the external tarballs.
-rwxr-xr-xdownload3
-rw-r--r--set_soenv.in7
2 files changed, 5 insertions, 5 deletions
diff --git a/download b/download
index 5a866acc0..e2f034029 100755
--- a/download
+++ b/download
@@ -27,8 +27,7 @@
#*************************************************************************
if [ -z "$TARFILE_LOCATION" ]; then
- echo "Error: No destination defined, you probably forgot to source the environment?"
- exit 1
+ . ./*.Set.sh
fi
if [ ! -d "$TARFILE_LOCATION" ]; then
diff --git a/set_soenv.in b/set_soenv.in
index 3f3bea216..a53cb730a 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1018,7 +1018,7 @@ $SOURCE_ROOT_DIR = join("/", @splitlist);
# default TARFILE_LOCATION
if ('@TARFILE_LOCATION@' eq "DEFAULT")
-{ $TARFILE_LOCATION="$SOURCE_ROOT_DIR/src";
+{ $TARFILE_LOCATION="$SRC_ROOT/src";
}
#
@@ -2146,7 +2146,7 @@ if (rename( $outfile, $tmp ) ne 1)
print "$newline";
print "*********************************************************".
"*******************$newline*$newline";
-print "* LibreOffice $UPD configuration finished. $newline*$newline";
+print "* LibreOffice configuration finished. $newline*$newline";
if ( $Warning ne "" )
{ print "$Warning*$newline";
@@ -2155,7 +2155,8 @@ if ( $Warning ne "" )
print "*********************************************************".
"******************* $newline";
-print "\nTo build, issue:\nmake\n\n";
+print "\nTo download the build dependencies, issue:\n./g clone\n./download\n\n";
+print "To build, issue:\nmake\n\n";
print "For the developer installation, issue:\nmake dev-install\n\n";
$bootfile = "bootstrap";