[packages/etherwake] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:27:11 CEST 2025
commit c8aea017405c4cdbb9d8a12f3e8ababc0f7a0322
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:26:56 2025 +0200
Fix applying patches.
etherwake.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/etherwake.spec b/etherwake.spec
index 0e115df..868322a 100644
--- a/etherwake.spec
+++ b/etherwake.spec
@@ -22,8 +22,8 @@ komputera z WOL.
%prep
%setup -q -n %{name}-%{version}.orig
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/etherwake.git/commitdiff/c8aea017405c4cdbb9d8a12f3e8ababc0f7a0322
More information about the pld-cvs-commit
mailing list