[packages/gwget] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:05:22 CEST 2025
commit 2f32b5b96a85b80f348d7f839b90daa527aa1265
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:05:07 2025 +0200
Fix applying patches.
gwget.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gwget.spec b/gwget.spec
index 8de65f5..ebbfb7a 100644
--- a/gwget.spec
+++ b/gwget.spec
@@ -56,9 +56,9 @@ Rozszerzenie dla Epiphany wykorzystujące gwget do pobierania plików.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__intltoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gwget.git/commitdiff/2f32b5b96a85b80f348d7f839b90daa527aa1265
More information about the pld-cvs-commit
mailing list