[packages/crda] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:05:19 CEST 2025
commit 96bf3f98374245e1b739b23ee3d9685551e2a56c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:05:03 2025 +0200
Fix applying patches.
crda.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/crda.spec b/crda.spec
index a60d2b1..f9f1e94 100644
--- a/crda.spec
+++ b/crda.spec
@@ -72,10 +72,10 @@ Pliki nagłówkowe biblioteki CRDA libreg.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
cp -p %{SOURCE1} pubkeys
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crda.git/commitdiff/96bf3f98374245e1b739b23ee3d9685551e2a56c
More information about the pld-cvs-commit
mailing list