[packages/mksh] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:20:54 CEST 2025
commit 1426af766a23b89de8a07927db70f495b1abd0c9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:20:38 2025 +0200
Fix applying patches.
mksh.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mksh.spec b/mksh.spec
index 2ee61f3..478a102 100644
--- a/mksh.spec
+++ b/mksh.spec
@@ -84,9 +84,9 @@ W tym pakiecie jest mksh skonsolidowany statycznie.
%setup -qc
%{__mv} mksh/* .; rmdir mksh
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
sed -i -e 's|fgrep|grep -F|g' check.t
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mksh.git/commitdiff/1426af766a23b89de8a07927db70f495b1abd0c9
More information about the pld-cvs-commit
mailing list