Fix compilation issue
authorDario Sestito <darios@symbian.org>
Mon, 10 Aug 2009 18:45:35 +0100
changeset 44 1caba2ed8b35
parent 43 42877cd4d8be
child 45 61887c5ee9db
child 46 4db5e28df888
Fix compilation issue
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");