[packages/lxdm] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:12:19 CEST 2025
commit 70bc40dc4de70c33e892243e791b7c55269caa16
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:12:03 2025 +0200
Fix applying patches.
lxdm.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxdm.spec b/lxdm.spec
index 16ccb96..5852e4f 100644
--- a/lxdm.spec
+++ b/lxdm.spec
@@ -64,8 +64,8 @@ Skrypt init dla lxdm-a.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__rm} data/lxdm.conf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lxdm.git/commitdiff/70bc40dc4de70c33e892243e791b7c55269caa16
More information about the pld-cvs-commit
mailing list