From dec4bf14c823c29ef39fe55bc5afc2a19c91738f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Tigeot?= Date: Tue, 30 Aug 2011 16:34:44 +0200 Subject: [PATCH] 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 --- set_soenv.in | 4 ++-- 1 file 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';