[packages/beast] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:47:24 CEST 2025
commit 246fe0c436604f8a038089ef191f74b7c078f2b7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:47:09 2025 +0200
Fix applying patches.
beast.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/beast.spec b/beast.spec
index f6fd610..cdcb23d 100644
--- a/beast.spec
+++ b/beast.spec
@@ -70,10 +70,10 @@ Pliki nagłówkowe dla BEAST.
%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/beast.git/commitdiff/246fe0c436604f8a038089ef191f74b7c078f2b7
More information about the pld-cvs-commit
mailing list