[packages/ksh93] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:37:56 CEST 2025
commit 7284a8342e84d3e4451bf3e5c01b1f1627ff6ec1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:37:41 2025 +0200
Fix applying patches.
ksh93.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ksh93.spec b/ksh93.spec
index f2f0567..bdda9e5 100644
--- a/ksh93.spec
+++ b/ksh93.spec
@@ -77,9 +77,9 @@ Ten pakiet zawiera wersję ksh93 skonsolidowaną statycznie.
%prep
%setup -q -c -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
install -m755 %{SOURCE2} ldhack.sh
touch lib/package/gen/ast.license.accepted
rm -f src/cmd/ksh93/Mamfile
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ksh93.git/commitdiff/7284a8342e84d3e4451bf3e5c01b1f1627ff6ec1
More information about the pld-cvs-commit
mailing list