common/tools/ats/hlm_prep_package.pl
changeset 1139 50e59fd71bf2
parent 1119 8f963b9f9cb4
child 1143 1bd0e92dbd45
--- 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");