[packages/endeavour] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:25:49 CEST 2025
commit f660bcdf5b5425d9ff932ea66fd9de638413fa9a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:25:33 2025 +0200
Fix applying patches.
endeavour.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/endeavour.spec b/endeavour.spec
index 8eb64c0..2cd2d62 100644
--- a/endeavour.spec
+++ b/endeavour.spec
@@ -89,16 +89,16 @@ Pliki nagłówkowe Endeavour2.
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%if %{with polish}
-%patch6 -p1
+%patch -P6 -p1
%endif
-%patch7 -p1
+%patch -P7 -p1
%build
./configure \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/endeavour.git/commitdiff/f660bcdf5b5425d9ff932ea66fd9de638413fa9a
More information about the pld-cvs-commit
mailing list