[packages/irssi-scripts] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:17:30 CEST 2025
commit d9f3edc412d28c33e22b8857e2aa52db77b59042
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:17:14 2025 +0200
Fix applying patches.
irssi-scripts.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/irssi-scripts.spec b/irssi-scripts.spec
index 99acce8..26a3b6a 100644
--- a/irssi-scripts.spec
+++ b/irssi-scripts.spec
@@ -470,10 +470,10 @@ cp -a %{SOURCE10} .
cp -a %{SOURCE11} .
cp -a %{SOURCE13} .
cp -a %{SOURCE14} .
-%patch0 -p1
+%patch -P0 -p1
%{__tar} -xzf %{SOURCE12}
mv irssi-%{irssi_ver}/scripts/*.pl .
-%patch1 -p1
+%patch -P1 -p1
cp -a %{SOURCE15} .
# make rpm scan perl deps: add perl preamble
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/irssi-scripts.git/commitdiff/d9f3edc412d28c33e22b8857e2aa52db77b59042
More information about the pld-cvs-commit
mailing list