summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorFrançois Tigeot <ftigeot@wolfpond.org>2011-08-30 16:34:44 +0200
committerFrançois Tigeot <ftigeot@wolfpond.org>2011-08-30 16:43:01 +0200
commitdec4bf14c823c29ef39fe55bc5afc2a19c91738f (patch)
tree179f2e283433ac08b0099a1a48e870f569cbba55 /set_soenv.in
parent0200988f12d0c41263e39aaa89db61eb19b96c06 (diff)
Remove the almost always empty '350' directory
It's better to use two completely separate source trees than to try to build two different versions of LibreOffice in the same one
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 2cb9829be9c3..5463c358555f 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -938,10 +938,10 @@ $DEVROOT = '$SRC_ROOT';
$SOLARENV = PathFormat($SRC_ROOT.$SOLENV);
# Location of the solver tree.
if ('@LOCAL_SOLVER@' eq "DEFAULT")
-{ $SOLARVER = $SRC_ROOT.$SOLVER.$ds.$UPD;
+{ $SOLARVER = $SRC_ROOT.$SOLVER;
}
else
-{ $SOLARVER = PathFormat('@LOCAL_SOLVER@').$ds.$UPD;
+{ $SOLARVER = PathFormat('@LOCAL_SOLVER@');
}
#Location of Solar version.
$SOLARVERSION = '$SOLARVER';