[packages/quake3] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:37:51 CEST 2025


commit fbbe885ec67477d342e7878aa342070a42d38332
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:37:35 2025 +0200

    Fix applying patches.

 quake3.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/quake3.spec b/quake3.spec
index 4c5f7ff..9e66915 100644
--- a/quake3.spec
+++ b/quake3.spec
@@ -127,10 +127,10 @@ Pliki wspólne Quake3 dla serwera i trybu gracza.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 %ifarch x32
-%patch2 -p1
+%patch -P2 -p1
 %endif
 
 %build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/quake3.git/commitdiff/fbbe885ec67477d342e7878aa342070a42d38332



More information about the pld-cvs-commit mailing list