[packages/gnarwl] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:50:41 CEST 2025
commit 3e19ce3408ba93f542edd5ffa7fe7ac35365a2c4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:50:25 2025 +0200
Fix applying patches.
gnarwl.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnarwl.spec b/gnarwl.spec
index 28c055d..fbdac1b 100644
--- a/gnarwl.spec
+++ b/gnarwl.spec
@@ -56,9 +56,9 @@ Ten pakiet zawiera schemat LDAP ISPEnv2.schema do używania z gnarwlem.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnarwl.git/commitdiff/3e19ce3408ba93f542edd5ffa7fe7ac35365a2c4
More information about the pld-cvs-commit
mailing list