[packages/beagle] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:47:21 CEST 2025
commit a7bdcf32f823c33c9eae2e3984aae2c9782edbfc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:47:06 2025 +0200
Fix applying patches.
beagle.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/beagle.spec b/beagle.spec
index 45a13a1..3da7aae 100644
--- a/beagle.spec
+++ b/beagle.spec
@@ -240,14 +240,14 @@ indeksuje każdą odwiedzaną stronę.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%build
%{__intltoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/beagle.git/commitdiff/a7bdcf32f823c33c9eae2e3984aae2c9782edbfc
More information about the pld-cvs-commit
mailing list