[packages/dml] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:15:52 CEST 2025
commit 2b0d786fb17a7cfe03e51feb08703e938e7fa38f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:15:36 2025 +0200
Fix applying patches.
dml.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/dml.spec b/dml.spec
index a892428..7354abd 100644
--- a/dml.spec
+++ b/dml.spec
@@ -21,9 +21,9 @@ Narzędzie do wyświetlania okien dialogowych z shella.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dml.git/commitdiff/2b0d786fb17a7cfe03e51feb08703e938e7fa38f
More information about the pld-cvs-commit
mailing list