[packages/drawtool] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:19:49 CEST 2025
commit 6d308cd6258a0f74955418583aafc5f3c0b4910a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:19:33 2025 +0200
Fix applying patches.
drawtool.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/drawtool.spec b/drawtool.spec
index 47a72c6..7047158 100644
--- a/drawtool.spec
+++ b/drawtool.spec
@@ -48,8 +48,8 @@ perltool.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/drawtool.git/commitdiff/6d308cd6258a0f74955418583aafc5f3c0b4910a
More information about the pld-cvs-commit
mailing list