[packages/LDL] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:42:02 CEST 2025
commit 727092019582189618822599593cba26409099cf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:41:46 2025 +0200
Fix applying patches.
LDL.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LDL.spec b/LDL.spec
index 14dc58e..4b37735 100644
--- a/LDL.spec
+++ b/LDL.spec
@@ -63,8 +63,8 @@ Statyczna biblioteka LDL.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/LDL.git/commitdiff/727092019582189618822599593cba26409099cf
More information about the pld-cvs-commit
mailing list