diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-11-16 15:34:09 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-11-16 15:34:09 +0100 |
commit | e3a76a39e50d1b0276c5e66e6dba0eb4f417d712 (patch) | |
tree | 789f2b410bf14e4f5628c37479f2f2c9720ae183 | |
parent | 79fab426c356e740ccec21641d1839ccdc1a8163 (diff) |
build: Update the download location for the external tarballs.
-rwxr-xr-x | download | 3 | ||||
-rw-r--r-- | set_soenv.in | 7 |
2 files changed, 5 insertions, 5 deletions
@@ -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 9be1f52ac..a83c29ba4 100644 --- a/set_soenv.in +++ b/set_soenv.in @@ -1019,7 +1019,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"; } # @@ -2145,7 +2145,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"; @@ -2154,7 +2154,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"; |