[packages/silc-client] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:58:22 CEST 2025
commit 3d06005e2b4563c3ebc701646dcada0e8d70c1f9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:58:07 2025 +0200
Fix applying patches.
silc-client.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/silc-client.spec b/silc-client.spec
index ea02837..2b4e85b 100644
--- a/silc-client.spec
+++ b/silc-client.spec
@@ -41,8 +41,8 @@ programy klienckie IRC, aby ułatwić korzystanie nowym użytkownikom.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# missing files in dist, but we don't need them, just stub
install -d lib/silcutil/symbian
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/silc-client.git/commitdiff/3d06005e2b4563c3ebc701646dcada0e8d70c1f9
More information about the pld-cvs-commit
mailing list