[packages/baci] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:45:07 CEST 2025
commit 438d60fca241ac2e211ae47c9c22a10f016484c2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:44:50 2025 +0200
Fix applying patches.
baci.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/baci.spec b/baci.spec
index e27d94e..1aae6cf 100644
--- a/baci.spec
+++ b/baci.spec
@@ -25,10 +25,10 @@ Kompilator i interpreter języka BACI.
%prep
%setup -q -n %{name}src
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%if "%{_lib}" == "lib64"
-%patch2 -p1
+%patch -P2 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/baci.git/commitdiff/438d60fca241ac2e211ae47c9c22a10f016484c2
More information about the pld-cvs-commit
mailing list