fix patch application with autosetup (we have autosetup users now!)

This commit is contained in:
Nicolas Mailhot 2018-03-25 19:24:58 +02:00
parent b771d1efaf
commit e1493f294d
1 changed files with 1 additions and 1 deletions

View File

@ -279,4 +279,4 @@ end
%forgesetup(a:b:cDn:Tq) %setup %{?forgesetupargs} %{-a} %{-b} %{-c} %{-D} %{-n} %{-T} %{-q}
# Convenience macro to relay computed arguments to %autosetup
%forgeautosetup(a:b:cDn:TvNS:p) %autosetup %{?forgesetupargs} %{-a} %{-b} %{-c} %{-D} %{-n} %{-T} %{-v} %{-N} %{-S} %{-p}
%forgeautosetup(a:b:cDn:TvNS:p:) %autosetup %{?forgesetupargs} %{-a} %{-b} %{-c} %{-D} %{-n} %{-T} %{-v} %{-N} %{-S} %{-p}