[packages/BitchX] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:48:54 CEST 2025
commit 5817302922063a4353126ad0602cc870c74212ee
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:48:38 2025 +0200
Fix applying patches.
BitchX.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/BitchX.spec b/BitchX.spec
index 567183f..4b18345 100644
--- a/BitchX.spec
+++ b/BitchX.spec
@@ -63,13 +63,13 @@ powtarzają się te same pytania.
%prep
%setup -q -n %{name}
#%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
#%patch6 -p1
-%patch7 -p1
+%patch -P7 -p1
# kill any precompiled x86 binaries
rm -f dll/europa/corba/ai-client dll/europa/cse476/p1 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/BitchX.git/commitdiff/5817302922063a4353126ad0602cc870c74212ee
More information about the pld-cvs-commit
mailing list