[packages/lazarus] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:41:10 CEST 2025
commit 99d006928b2f3af37ebf3b152580d01bb6d39bf2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:40:54 2025 +0200
Fix applying patches.
lazarus.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lazarus.spec b/lazarus.spec
index 49bccaf..41ae597 100644
--- a/lazarus.spec
+++ b/lazarus.spec
@@ -33,9 +33,9 @@ Component Library), która jest także zawarta w tym pakiecie.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \
docs/xml/multi_makeskel.pl \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lazarus.git/commitdiff/99d006928b2f3af37ebf3b152580d01bb6d39bf2
More information about the pld-cvs-commit
mailing list