# HG changeset patch # User Maciej Seroka # Date 1278327348 -3600 # Node ID 50e59fd71bf2af62b20c1a3d69bb4b8271c6d1f5 # Parent c0d6044491e0e94471a63ba29803e4e5829767fb Added comments in hlm_prep_package script 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");