[packages/mas] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:14:32 CEST 2025
commit 2206c2fab6a7c6f26c673ad24fd9d519e5040017
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:14:16 2025 +0200
Fix applying patches.
mas.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/mas.spec b/mas.spec
index 0ce41c3..5925b5f 100644
--- a/mas.spec
+++ b/mas.spec
@@ -58,9 +58,9 @@ używajacych MAS-a.
%prep
%setup -q -a 1 -a 2
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
#if [ "%_lib" == "lib64" ]; then
#%patch3
#fi
@@ -69,8 +69,8 @@ używajacych MAS-a.
#if [ "%_lib" == "lib64" ]; then
#%patch6
#fi
-%patch7 -p1
-%patch8 -p1
+%patch -P7 -p1
+%patch -P8 -p1
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mas.git/commitdiff/2206c2fab6a7c6f26c673ad24fd9d519e5040017
More information about the pld-cvs-commit
mailing list