[packages/ditz] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:15:00 CEST 2025
commit 4bf13d6fffed849405efb0ad1f3198cba5f7cf89
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:14:44 2025 +0200
Fix applying patches.
ditz.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ditz.spec b/ditz.spec
index ba363b1..a214920 100644
--- a/ditz.spec
+++ b/ditz.spec
@@ -33,8 +33,8 @@ central public method of bug submission.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
install %{_datadir}/setup.rb .
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ditz.git/commitdiff/4bf13d6fffed849405efb0ad1f3198cba5f7cf89
More information about the pld-cvs-commit
mailing list