[packages/kwebget] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:39:15 CEST 2025
commit 1c802e4e8394170b733c2f8d00665962c121566e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:38:59 2025 +0200
Fix applying patches.
kwebget.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kwebget.spec b/kwebget.spec
index 588607a..b2e873a 100644
--- a/kwebget.spec
+++ b/kwebget.spec
@@ -27,9 +27,9 @@ KWegGet to frontend KDE na wget.
%prep
%setup -q -n %{name} -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cp -f /usr/share/automake/config.sub admin
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kwebget.git/commitdiff/1c802e4e8394170b733c2f8d00665962c121566e
More information about the pld-cvs-commit
mailing list