[packages/SNNS] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:02:45 CEST 2025
commit 2eee817ac6f9120dfe03f05e9a6c03106c2af2bb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:02:29 2025 +0200
Fix applying patches.
SNNS.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/SNNS.spec b/SNNS.spec
index fb59ba8..6b7703d 100644
--- a/SNNS.spec
+++ b/SNNS.spec
@@ -49,10 +49,10 @@ Ten pakiet zawiera dokumentację w HTML-u i postscripcie.
%prep
%setup -q -n %{name}v%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%configure2_13 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/SNNS.git/commitdiff/2eee817ac6f9120dfe03f05e9a6c03106c2af2bb
More information about the pld-cvs-commit
mailing list