[packages/d4x] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:09:25 CEST 2025
commit f26df9b93c1f90c283f594b1436a4828eb7b3c2a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:09:09 2025 +0200
Fix applying patches.
d4x.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/d4x.spec b/d4x.spec
index 748168b..92f7a9b 100644
--- a/d4x.spec
+++ b/d4x.spec
@@ -65,12 +65,12 @@ pomocą protokołów FTP lub HTTP. Możliwości:
%prep
%setup -q -n %{name}-%{version}%{beta}
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/d4x.git/commitdiff/f26df9b93c1f90c283f594b1436a4828eb7b3c2a
More information about the pld-cvs-commit
mailing list