Changeset 225 for trunk/trax/trax.php

Show
Ignore:
Timestamp:
06/21/06 10:35:26 (6 years ago)
Author:
john
Message:

updated makepkg to make generate.php executable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/trax.php

    r201 r225  
    159159                chmod($dst_path . $src_file, 0666); 
    160160            } 
     161 
     162            // Generator needs to be executable  
     163            if ($src_file == 'generate.php') { 
     164                chmod($dst_path . $src_file, 0754); 
     165            } 
     166 
    161167            echo  "$dst_path$src_file created\n"; 
    162168        } else {