[Libreoffice-commits] .: solenv/bin

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Aug 21 12:15:17 PDT 2011


 solenv/bin/build.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 13014eda6051b455c28af1443971b0eccd9e786a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Aug 21 14:14:29 2011 -0500

    keep the deliver log apart from build log for gbuildified module

diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 19f5b46..3d13254 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1143,8 +1143,8 @@ sub check_deps_hash {
 
 		    if ( $source_config->is_gbuild($module) )
 		    {
-			$log_path = correct_path("$workdir/Logs/$module.log");
-			$long_log_path = correct_path("$workdir/Logs/$module.log");
+			$log_path = correct_path("$workdir/Logs/${module}_${log_name}");
+			$long_log_path = correct_path("$workdir/Logs/${module}_${log_name}");
 		    }
 		    else
 		    {


More information about the Libreoffice-commits mailing list