[packages/hddtemp] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:06:48 CEST 2025
commit b5a52ec714512f6a9fc779f49be4296c11207d7d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:06:32 2025 +0200
Fix applying patches.
hddtemp.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/hddtemp.spec b/hddtemp.spec
index 1be665f..5d15a1a 100644
--- a/hddtemp.spec
+++ b/hddtemp.spec
@@ -51,9 +51,9 @@ hddtemp w trybie demona.
%prep
%setup -q -n %{name}-%{version}-%{subver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
cp %{SOURCE4} po/pl.po
echo 'pl' >> po/LINGUAS
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hddtemp.git/commitdiff/b5a52ec714512f6a9fc779f49be4296c11207d7d
More information about the pld-cvs-commit
mailing list