[packages/opal] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:42:29 CEST 2025
commit be394f4250a4768cf45143adbd26351240ed3c64
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:42:13 2025 +0200
Fix applying patches.
opal.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/opal.spec b/opal.spec
index 0461ce8..26c848b 100644
--- a/opal.spec
+++ b/opal.spec
@@ -135,10 +135,10 @@ Biblioteki statyczne OPAL.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
PWLIBDIR=%{_prefix}; export PWLIBDIR
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opal.git/commitdiff/be394f4250a4768cf45143adbd26351240ed3c64
More information about the pld-cvs-commit
mailing list