[Libreoffice-commits] .: set_soenv.in

François Tigeot ftigeot at kemper.freedesktop.org
Tue Aug 30 07:44:25 PDT 2011


 set_soenv.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit dec4bf14c823c29ef39fe55bc5afc2a19c91738f
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Tue Aug 30 16:34:44 2011 +0200

    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

diff --git a/set_soenv.in b/set_soenv.in
index 2cb9829..5463c35 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';


More information about the Libreoffice-commits mailing list