[packages/fwtk] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:38:12 CEST 2025
commit 967e9d313d0e740aa5e4249638131f80c67f5073
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:37:57 2025 +0200
Fix applying patches.
fwtk.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/fwtk.spec b/fwtk.spec
index 849c5bd..355296c 100644
--- a/fwtk.spec
+++ b/fwtk.spec
@@ -30,12 +30,12 @@ Firewall Toolkit - narzędzie do tworzenia firewalli.
%prep
%setup -q -n %{name}
%setup -q -a 1 -T -D -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
cp -f Makefile.config.linux Makefile.config
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fwtk.git/commitdiff/967e9d313d0e740aa5e4249638131f80c67f5073
More information about the pld-cvs-commit
mailing list