Return to lpml_parse.pl CVS log | Up to [LON-CAPA] / loncom / build |
version 1.8, 2001/09/08 22:51:26 | version 1.9, 2001/09/08 23:02:55 |
---|---|
Line 730 sub format_fileglob { | Line 730 sub format_fileglob { |
elsif ($mode eq 'install') { | elsif ($mode eq 'install') { |
return "\t".'install '. | return "\t".'install '. |
$categoryhash{$categoryname}.' '. | $categoryhash{$categoryname}.' '. |
$sourceroot.'/'.$sourcedir.$glob.' '. | $sourceroot.'/'.$sourcedir.'[^CVS]'.$glob.' '. |
$targetroot.'/'.$targetdir.'.'."\n"; | $targetroot.'/'.$targetdir.'.'."\n"; |
} | } |
else { | else { |