[packages/ddd] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:11:58 CEST 2025
commit 2364f92a9399a133307f64625aa96d6703574b1b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:11:42 2025 +0200
Fix applying patches.
ddd.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ddd.spec b/ddd.spec
index 69803b8..e3262e1 100644
--- a/ddd.spec
+++ b/ddd.spec
@@ -87,9 +87,9 @@ pełną edycją, historią i wyszukiwaniem.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
ln -sf %{_datadir}/gnulib/doc/fdl-1.3.texi ddd/fdl-1.3.texi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ddd.git/commitdiff/2364f92a9399a133307f64625aa96d6703574b1b
More information about the pld-cvs-commit
mailing list