[packages/gjdoc] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:46:47 CEST 2025
commit 6a2527c6bb147403429af72edd8c0d1454abe79b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:46:32 2025 +0200
Fix applying patches.
gjdoc.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gjdoc.spec b/gjdoc.spec
index acdb7e7..e4fa9ef 100644
--- a/gjdoc.spec
+++ b/gjdoc.spec
@@ -68,9 +68,9 @@ kompilatorem, np. "gcj -fsyntax-only" lub "jikes +B".
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gjdoc.git/commitdiff/6a2527c6bb147403429af72edd8c0d1454abe79b
More information about the pld-cvs-commit
mailing list