summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-08-27 12:03:51 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-08-27 12:03:51 +0200
commit7c92f4fc9bcb4fdb578b3f1056ce9ebee17b8efd (patch)
treee6cda44bab1883606f80ff2fa4e66ebb6b40d102
parent6dc7b784f0b1520fc629ee6e9160e1ff1978b5ea (diff)
Changed default path to external sources tarballs
Notes
split repo tag: bootstrap_OOO_BUILD_3_2_98_0
-rw-r--r--set_soenv.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 3340c716acf8..68ff7ca88f70 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -986,7 +986,7 @@ $SOURCE_ROOT_DIR = join("/", @splitlist);
# default TARFILE_LOCATION
if ('@TARFILE_LOCATION@' eq "DEFAULT")
-{ $TARFILE_LOCATION="$SOURCE_ROOT_DIR/ext_sources";
+{ $TARFILE_LOCATION="$SOURCE_ROOT_DIR/src";
}
#