[packages/inspircd] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:15:14 CEST 2025
commit ed13722499da2309f36cef681fe66bb1d81da292
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:14:59 2025 +0200
Fix applying patches.
inspircd.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/inspircd.spec b/inspircd.spec
index 7b304b5..a5b77c0 100644
--- a/inspircd.spec
+++ b/inspircd.spec
@@ -62,10 +62,10 @@ zaobserwować w wielu innych serwerach IRC o podobnych możliwościach.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
find -type f -name '*.orig' -print0 | xargs -r0 rm -v
cd src/modules
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/inspircd.git/commitdiff/ed13722499da2309f36cef681fe66bb1d81da292
More information about the pld-cvs-commit
mailing list