Added comments in hlm_prep_package script
authorMaciej Seroka <maciejs@symbian.org>
Mon, 05 Jul 2010 11:55:48 +0100
changeset 1150 50e59fd71bf2
parent 1149 c0d6044491e0
child 1151 b15dfb01fee6
child 1155 1bd0e92dbd45
Added comments in hlm_prep_package script
common/tools/ats/hlm_prep_package.pl
--- a/common/tools/ats/hlm_prep_package.pl	Mon Jul 05 10:41:34 2010 +0100
+++ b/common/tools/ats/hlm_prep_package.pl	Mon Jul 05 11:55:48 2010 +0100
@@ -35,7 +35,7 @@
 
 find(\&Wanted, $package_path);
 
-Copy a pkg file and replace \armv5\urel with $(platform)\$(target)
+#Copy a pkg file and replace \armv5\urel with $(platform)\$(target)
 foreach $file (@files) { #Replace "//v800020/Publish" with "http://cdn.symbian,org"
 	copy($file,$file . ".orig") or die ("Cannot copy file \"$file\". $!\n");
 	tie (@lines, 'Tie::File', $file, recsep => "\n") or die ("Cannot tie file \"$file\". $!\n");