Use %patch N instead of %patchN
This commit is contained in:
parent
f2cddaad0c
commit
4f9a5efea0
@ -61,11 +61,11 @@ the shar files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .format
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch 0 -p1 -b .format
|
||||
%patch 1 -p1
|
||||
%patch 2 -p1
|
||||
%patch 3 -p1
|
||||
%patch 4 -p1
|
||||
|
||||
# convert TODO, THANKS to UTF-8
|
||||
for i in TODO THANKS; do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user