[packages/maxima] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:15:47 CEST 2025


commit 851dc76dd955ef0557dc6050d87b93b72848a22c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:15:31 2025 +0200

    Fix applying patches.

 maxima.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/maxima.spec b/maxima.spec
index 02de06a..9f18a49 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -138,13 +138,13 @@ Tryb Maximy dla Emacsa.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 touch doc/info/{maximahtml.mk,category-macros.texi} src/{clisp,cmucl,gcl}-depends.mk
 
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
 
 %build
 %{__aclocal}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/maxima.git/commitdiff/851dc76dd955ef0557dc6050d87b93b72848a22c



More information about the pld-cvs-commit mailing list