/[smeserver]/rpms/e-smith-devtools/sme8/e-smith-devtools-2.2.0-compiledpython.patch
ViewVC logotype

Diff of /rpms/e-smith-devtools/sme8/e-smith-devtools-2.2.0-compiledpython.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed