Changeset 67
- Timestamp:
- 06/13/06 14:57:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r66 r67 455 455 qq([ `/usr/bin/id -u` = '0' ] && /bin/chgrp -Rhf root .\n). 456 456 qq(/bin/chmod -Rf a+rX,g-w,o-w .\n); 457 } elsif ( my ($patchnum,$patchopts) = (/^\%patch([^:]+)(\s+.+)?$/) ) { 457 } elsif ( my ($patchnum,$patchopts) = (/^\%patch([^\s]+)(\s+.+)?$/) ) { 458 chomp $patchnum; 458 459 $prepscript .= "patch "; 459 460 $prepscript .= $patchopts if $patchopts;
Note:
See TracChangeset
for help on using the changeset viewer.