[packages/sbcl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:51:34 CEST 2025
commit 119338ea72f96e86740b0503326ca5e0ac976f19
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:51:18 2025 +0200
Fix applying patches.
sbcl.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sbcl.spec b/sbcl.spec
index caa36e6..100c35a 100644
--- a/sbcl.spec
+++ b/sbcl.spec
@@ -116,12 +116,12 @@ Dokumentacja Steel Bank Common Lisp (SBCL) w formacie PDF.
%else
%setup -q
%endif
-%patch0 -p1
+%patch -P0 -p1
%ifarch %{ix86} %{x8664}
-%patch1 -p1
+%patch -P1 -p1
%endif
-%patch2 -p1
-%patch3 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%if %{with bootstrap}
mkdir sbcl-bootstrap
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sbcl.git/commitdiff/119338ea72f96e86740b0503326ca5e0ac976f19
More information about the pld-cvs-commit
mailing list