[packages/quake] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:37:42 CEST 2025
commit f8b9f2475a1ab403d7912c16303ab41a77b0cd3c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:37:21 2025 +0200
Fix applying patches.
quake.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/quake.spec b/quake.spec
index 335f31f..20426fb 100644
--- a/quake.spec
+++ b/quake.spec
@@ -106,14 +106,14 @@ zawierające 1 epizod shareware.
%prep
%setup -q -c -a 1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
# Fix "Error: memory overwrite in Sys_Printf"
%{__sed} -i -e 's,text\[1024\],text\[4096\],g' \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/quake.git/commitdiff/f8b9f2475a1ab403d7912c16303ab41a77b0cd3c
More information about the pld-cvs-commit
mailing list