[packages/boomerang] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:50:29 CEST 2025
commit 53cbea187c8387c392bcfbc48c35aa2eaf93978f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:50:13 2025 +0200
Fix applying patches.
boomerang.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/boomerang.spec b/boomerang.spec
index ba56761..621ceee 100644
--- a/boomerang.spec
+++ b/boomerang.spec
@@ -71,8 +71,8 @@ wymagają interwencji eksperta.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
find . -type d -name CVS -exec rm -rf "{}" ";" 2> /dev/null || :
find . -type f -name 'Makefile*' -exec sed -i -e 's#^BOOMDIR=.*#BOOMDIR=%{_libdir}/%{name}#g' "{}" ";"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/boomerang.git/commitdiff/53cbea187c8387c392bcfbc48c35aa2eaf93978f
More information about the pld-cvs-commit
mailing list