[packages/exmh] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:28:48 CEST 2025
commit 679da0b2b2b45ba216b98941c1077a99bc343b65
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:28:32 2025 +0200
Fix applying patches.
exmh.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/exmh.spec b/exmh.spec
index dae94ee..48170b8 100644
--- a/exmh.spec
+++ b/exmh.spec
@@ -83,8 +83,8 @@ yetenekleri vardır. Ses desteği için sox (ya da play) gerekir.
for i in *.MASTER; do
cp -f $i ${i%%.MASTER}
done
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
echo 'auto_mkindex ./lib *.tcl' | tclsh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/exmh.git/commitdiff/679da0b2b2b45ba216b98941c1077a99bc343b65
More information about the pld-cvs-commit
mailing list