[packages/gforth] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:43:03 CEST 2025
commit 7920bf3e645b60537bfec93e18d688df1a2de45a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:42:48 2025 +0200
Fix applying patches.
gforth.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gforth.spec b/gforth.spec
index ab450b1..4cf113d 100644
--- a/gforth.spec
+++ b/gforth.spec
@@ -39,8 +39,8 @@ rozpowszechniany na Powszechnej Licencji Publicznej GNU.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__rm} doc/*.info*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gforth.git/commitdiff/7920bf3e645b60537bfec93e18d688df1a2de45a
More information about the pld-cvs-commit
mailing list