[packages/bazel] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:46:18 CEST 2025
commit c5f188104c64bbdb5b853b42257e169fbffe9e16
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:46:03 2025 +0200
Fix applying patches.
bazel.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bazel.spec b/bazel.spec
index 2650b59..b043a65 100644
--- a/bazel.spec
+++ b/bazel.spec
@@ -31,8 +31,8 @@ wiarygodnie.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e 's,/bin/java" ,& -Xmx2g ,' scripts/bootstrap/compile.sh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bazel.git/commitdiff/c5f188104c64bbdb5b853b42257e169fbffe9e16
More information about the pld-cvs-commit
mailing list