summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-11-16 15:34:09 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-30 20:25:20 -0600
commitbc663e966a007c8ed4b5f55090c12ca707448b9c (patch)
tree9d2cdb830476ba7c6b9cef55d3f267d7e687e4bf /set_soenv.in
parentc50fdb0657b9bc315305959b29261c9af0c95cf0 (diff)
build: Update the download location for the external tarballs.
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 09648f88a3e3..ffb2de9d9231 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";
}
#
@@ -2150,7 +2150,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";
@@ -2159,7 +2159,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";