Changeset 67


Ignore:
Timestamp:
06/13/06 14:57:26 (18 years ago)
Author:
kdeugau
Message:

/trunk

Fix optionless %patch macros. Really.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debbuild

    r66 r67  
    455455                qq([ `/usr/bin/id -u` = '0' ] && /bin/chgrp -Rhf root .\n).
    456456                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;
    458459            $prepscript .= "patch ";
    459460            $prepscript .= $patchopts if $patchopts;
Note: See TracChangeset for help on using the changeset viewer.