[packages/asa] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:41:17 CEST 2025
commit 56b146282e06a880752c263d608111abf9a54f49
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:41:01 2025 +0200
Fix applying patches.
asa.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/asa.spec b/asa.spec
index 8956919..49e5a6a 100644
--- a/asa.spec
+++ b/asa.spec
@@ -47,11 +47,11 @@ modularnej budowie opartej na wtyczkach.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
%if "%{_lib}" == "lib64"
-%patch3 -p1
+%patch -P3 -p1
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/asa.git/commitdiff/56b146282e06a880752c263d608111abf9a54f49
More information about the pld-cvs-commit
mailing list