[packages/scilab] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:52:50 CEST 2025
commit d2b29cdcf1ea41d4a205860f0f2b68a8c49d7161
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:52:34 2025 +0200
Fix applying patches.
scilab.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/scilab.spec b/scilab.spec
index 43846e5..c99a1a9 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -93,13 +93,13 @@ Przykłady i pliki demo dla scilab.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%if %{_lib} == "lib64"
%patch2 -p1
%endif
#%patch3 -p1
-%patch4 -p0
+%patch -P4 -p0
head -n 438 aclocal.m4 > acinclude.m4
tail -n 68 aclocal.m4 >>acinclude.m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/scilab.git/commitdiff/d2b29cdcf1ea41d4a205860f0f2b68a8c49d7161
More information about the pld-cvs-commit
mailing list