# HG changeset patch # User Dario Sestito # Date 1249926335 -3600 # Node ID 1caba2ed8b35a5f008ac5ccf9cdad8ca482b3ca5 # Parent 42877cd4d8becea79fe4908a769f87cf1788b11c Fix compilation issue diff -r 42877cd4d8be -r 1caba2ed8b35 build_package.pl --- a/build_package.pl Mon Aug 10 18:40:00 2009 +0100 +++ b/build_package.pl Mon Aug 10 18:45:35 2009 +0100 @@ -269,8 +269,8 @@ # copy console outputs to remote log archive if (-d "$sREMOTE_LOG_ARCHIVE\\$sPackage\\builds\\$sPlatform\\$sPackage\_$sPlatform.$nJobNumber\\logs") { + my $sTgtDir = "$sREMOTE_LOG_ARCHIVE\\$sPackage\\builds\\$sPlatform\\$sPackage\_$sPlatform.$nJobNumber\\logs\\console"; print "copying console output files to $sTgtDir\n"; - my $sTgtDir = "$sREMOTE_LOG_ARCHIVE\\$sPackage\\builds\\$sPlatform\\$sPackage\_$sPlatform.$nJobNumber\\logs\\console"; system("mkdir $sTgtDir"); system("copy /Y $sBOOTSTRAP_DIR\\console_bootstrap_$$.txt $sTgtDir"); system("del $sBOOTSTRAP_DIR\\console_bootstrap_$$.txt");