diff -r c0d6044491e0 -r 50e59fd71bf2 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");