[packages/ccdoc] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:55:40 CEST 2025
commit 806ebbd837a07539b7f125fca807cde6c2f2be62
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:55:24 2025 +0200
Fix applying patches.
ccdoc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ccdoc.spec b/ccdoc.spec
index 6173718..45ba132 100644
--- a/ccdoc.spec
+++ b/ccdoc.spec
@@ -34,8 +34,8 @@ tar xfz %{SOURCE1}
cd ../../ccdoc_dev
perl tools/ccdoc_pc2unix.pl
cd ..
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
cd ccdoc_dev
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ccdoc.git/commitdiff/806ebbd837a07539b7f125fca807cde6c2f2be62
More information about the pld-cvs-commit
mailing list