| 30 | pre-patch { |
| 31 | system "chmod u+w ${worksrcpath}/DEFAULTS/Defaults.darwin" |
| 32 | system "chmod u+w ${worksrcpath}/DEFAULTS/Defaults.mac-os10" |
| 33 | system "chmod u+w ${worksrcpath}/DEFAULTS_ENG/Defaults.darwin" |
| 34 | system "chmod u+w ${worksrcpath}/DEFAULTS_ENG/Defaults.mac-os10" |
| 35 | system "chmod u+w ${worksrcpath}/libfind/find.c" |
| 36 | system "chmod u+w ${worksrcpath}/libfind/find_main.c" |
| 37 | system "chmod u+w ${worksrcpath}/librscg/scsi-remote.c" |
| 38 | system "chmod u+w ${worksrcpath}/TEMPLATES/Defaults.gcc" |
| 39 | } |
| 40 | |