[packages/uclient] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:24:31 CEST 2025
commit 52db1aaa5621c0399acc06822d41ab858a43d4c6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:24:16 2025 +0200
Fix applying patches.
uclient.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/uclient.spec b/uclient.spec
index 79ebbc5..f732f67 100644
--- a/uclient.spec
+++ b/uclient.spec
@@ -36,10 +36,10 @@ bazującymi na perspektywie iso 2:1.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
rm -f missing
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/uclient.git/commitdiff/52db1aaa5621c0399acc06822d41ab858a43d4c6
More information about the pld-cvs-commit
mailing list