[packages/lxr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:12:25 CEST 2025
commit d177ee3f6385a36ac5ddbc11228cbacfdbf22370
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:12:09 2025 +0200
Fix applying patches.
lxr.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lxr.spec b/lxr.spec
index b615435..bb50385 100644
--- a/lxr.spec
+++ b/lxr.spec
@@ -39,8 +39,8 @@ general hypertext cross-referencing tool. (Or the other way around.)
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
for f in apache2-require.pl diff genxref ident search source templates/lxr.conf ; do
sed -i -e 's|@@LXRDIR@@|%{_lxrdir}|' \
-e 's|@@PERLVENDOR@@|%{perl_vendorlib}|g' $f
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lxr.git/commitdiff/d177ee3f6385a36ac5ddbc11228cbacfdbf22370
More information about the pld-cvs-commit
mailing list