[packages/gnuitar] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:49:25 CEST 2025
commit 5633bdb8547f1d0c90084eec390071b96a84b6e7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:54:39 2025 +0200
Fix applying patches.
gnuitar.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnuitar.spec b/gnuitar.spec
index fdb796f..2310ce3 100644
--- a/gnuitar.spec
+++ b/gnuitar.spec
@@ -59,9 +59,9 @@ Tablice dla efektu GNUitar distort2.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnuitar.git/commitdiff/5633bdb8547f1d0c90084eec390071b96a84b6e7
More information about the pld-cvs-commit
mailing list