[packages/gnudip] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:49:10 CEST 2025
commit c39144c406bb086d18a5236648f3e61f8c7c293c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:54:25 2025 +0200
Fix applying patches.
gnudip.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnudip.spec b/gnudip.spec
index 4d6246c..c2d1726 100644
--- a/gnudip.spec
+++ b/gnudip.spec
@@ -70,10 +70,10 @@ GnuDIP działający z linii poleceń.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnudip.git/commitdiff/c39144c406bb086d18a5236648f3e61f8c7c293c
More information about the pld-cvs-commit
mailing list