[packages/eggdrop] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:24:02 CEST 2025
commit dc1a89e1ab2e5ba5903e17cf792f16c82ae9aea2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:23:47 2025 +0200
Fix applying patches.
eggdrop.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/eggdrop.spec b/eggdrop.spec
index 1e97929..635d3bc 100644
--- a/eggdrop.spec
+++ b/eggdrop.spec
@@ -154,16 +154,16 @@ Eggdrop находится на канале в целях оказания за
%prep
%setup -q -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a20 -a21 -a22 -a23 -a24 -a25 -a27 -a28 -a30
mv aclocal.m4 acinclude.m4
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
-%patch4 -p1
-%patch5 -p1
-%patch7 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P7 -p1
#%patch9 -p0 - wtf is this?
-%patch12 -p1
+%patch -P12 -p1
# detect threaded tcl version
sed -i -e 's#TclpFinalizeThreadData#Tcl_FinalizeThread#g' acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eggdrop.git/commitdiff/dc1a89e1ab2e5ba5903e17cf792f16c82ae9aea2
More information about the pld-cvs-commit
mailing list