Return to lpml_parse.pl CVS log | Up to [LON-CAPA] / loncom / build |
version 1.12, 2001/09/18 13:18:33 | version 1.13, 2001/10/30 22:27:32 |
---|---|
Line 803 sub format_fileglob { | Line 803 sub format_fileglob { |
elsif ($mode eq 'install') { | elsif ($mode eq 'install') { |
return "\t".'install '. | return "\t".'install '. |
$categoryhash{$categoryname}.' '. | $categoryhash{$categoryname}.' '. |
$sourceroot.'/'.$sourcedir.'[^CVS]'.$glob.' '. | $sourceroot.'/'.$sourcedir.'[^C][^V][^S]'.$glob.' '. |
$targetroot.'/'.$targetdir.'.'."\n"; | $targetroot.'/'.$targetdir.'.'."\n"; |
} | } |
else { | else { |