[packages/jwhois] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:25:39 CEST 2025
commit a4a59d50a292cfc1010724b5f20832ee4b90c08e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:25:24 2025 +0200
Fix applying patches.
jwhois.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jwhois.spec b/jwhois.spec
index baddd57..726e010 100644
--- a/jwhois.spec
+++ b/jwhois.spec
@@ -48,9 +48,9 @@ wykorzystuje wyrażenia regularne.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
rm -f po/stamp-po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jwhois.git/commitdiff/a4a59d50a292cfc1010724b5f20832ee4b90c08e
More information about the pld-cvs-commit
mailing list