[packages/ja2] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:18:36 CEST 2025
commit cdc937d7da63a2437f1a7ddf65c2a73840da5c1b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:18:20 2025 +0200
Fix applying patches.
ja2.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ja2.spec b/ja2.spec
index f8224e4..5657897 100644
--- a/ja2.spec
+++ b/ja2.spec
@@ -37,10 +37,10 @@ szczegółowo opisany ekwipunek sprawiają, że chce się grać cały czas.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%{__sed} -i -e 's@#CFLAGS += -g at CFLAGS += %{rpmcflags}@' config.template
mv config.template config.default
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ja2.git/commitdiff/cdc937d7da63a2437f1a7ddf65c2a73840da5c1b
More information about the pld-cvs-commit
mailing list