[packages/dzen2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:22:09 CEST 2025
commit 34a7ff9464934cb0dcc477a615eeb54031934121
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:21:53 2025 +0200
Fix applying patches.
dzen2.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dzen2.spec b/dzen2.spec
index 7aa9269..5b0af01 100644
--- a/dzen2.spec
+++ b/dzen2.spec
@@ -20,8 +20,8 @@ it will work with any windowmanger.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dzen2.git/commitdiff/34a7ff9464934cb0dcc477a615eeb54031934121
More information about the pld-cvs-commit
mailing list