[packages/hardlink++] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:06:25 CEST 2025
commit 922ca639b773ec046ce5f844ed9f197168530800
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:06:09 2025 +0200
Fix applying patches.
hardlink++.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hardlink++.spec b/hardlink++.spec
index 65e73a0..4389822 100644
--- a/hardlink++.spec
+++ b/hardlink++.spec
@@ -26,9 +26,9 @@ znalezionych identycznych plików.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hardlink++.git/commitdiff/922ca639b773ec046ce5f844ed9f197168530800
More information about the pld-cvs-commit
mailing list