[packages/tar] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:14:06 CEST 2025
commit b00dbdb03d6e1dab6b2ca2ab0fa22a43aef496d2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:13:50 2025 +0200
Fix applying patches.
tar.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tar.spec b/tar.spec
index 1c6a333..d050ffc 100644
--- a/tar.spec
+++ b/tar.spec
@@ -138,8 +138,8 @@ z pakietu dump.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__rm} po/stamp-po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tar.git/commitdiff/b00dbdb03d6e1dab6b2ca2ab0fa22a43aef496d2
More information about the pld-cvs-commit
mailing list