Use %patch N instead of %patchN

This commit is contained in:
Honza Horak 2023-11-13 17:28:50 +01:00
parent f2cddaad0c
commit 4f9a5efea0

View File

@ -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