[packages/firestarter] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:32:39 CEST 2025
commit c52835b53eff65ec5a6f5056425585261a6cad02
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:32:24 2025 +0200
Fix applying patches.
firestarter.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/firestarter.spec b/firestarter.spec
index ba406c2..798c92c 100644
--- a/firestarter.spec
+++ b/firestarter.spec
@@ -46,9 +46,9 @@ administrowania wraz z istniejącymi regułami firewalla.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
mv -f po/{no,nb}.po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/firestarter.git/commitdiff/c52835b53eff65ec5a6f5056425585261a6cad02
More information about the pld-cvs-commit
mailing list