Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by slords, Tue Oct 27 18:48:45 2009 UTC | Revision 1.2 by slords, Wed Oct 28 13:47:16 2009 UTC | |
---|---|---|
# | Line 21 diff -up e-smith-devtools-2.2.0/genfilel | Line 21 diff -up e-smith-devtools-2.2.0/genfilel |
21 | - } | - } |
22 | - print "$path\n"; | - print "$path\n"; |
23 | + # Add compiled python files | + # Add compiled python files |
24 | + push $paths, "${path}c" if $path =~ m{\.py$}; | + push @paths, "${path}c" if $path =~ m{\.py$}; |
25 | + push $paths, "${path}o" if $path =~ m{\.py$}; | + push @paths, "${path}o" if $path =~ m{\.py$}; |
26 | + | + |
27 | + foreach $path (@paths) { | + foreach $path (@paths) { |
28 | + # Some files get special permissions and ownership | + # Some files get special permissions and ownership |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |