[packages/bes] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:47:50 CEST 2025
commit 2e177e0db29c826944bf922e27fd6b8bb94fa342
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:47:34 2025 +0200
Fix applying patches.
bes.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/bes.spec b/bes.spec
index b8e553b..cab2120 100644
--- a/bes.spec
+++ b/bes.spec
@@ -431,10 +431,10 @@ Statyczne biblioteki serwera backendu OPeNDAP.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bes.git/commitdiff/2e177e0db29c826944bf922e27fd6b8bb94fa342
More information about the pld-cvs-commit
mailing list