Skip to content

Commit

Permalink
Merge pull request #979 from bmwiedemann/autosetupn
Browse files Browse the repository at this point in the history
Consider %autosetup -N
  • Loading branch information
mlschroe committed Mar 5, 2024
2 parents 97b15e7 + f022b60 commit 8edd3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec_add_patch
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ while(<S>)

if ($in_prep
&& /^%auto(patch|setup)\b/) {
$autopatch = 1;
$autopatch = 1 unless /%autosetup.+-N/;
}
if ($in_prep
&& /^%setup\b/) {
Expand Down

0 comments on commit 8edd3a4

Please sign in to comment.