[packages/geotool] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:42:29 CEST 2025
commit 3ca6b3e0a1edf869702482c28041ad8886bd5a6d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:42:14 2025 +0200
Fix applying patches.
geotool.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/geotool.spec b/geotool.spec
index 74f7ac3..dd2ad4c 100644
--- a/geotool.spec
+++ b/geotool.spec
@@ -27,9 +27,9 @@ krajów wraz z ich zakresami IP (guarding.p2p).
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
cd src
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/geotool.git/commitdiff/3ca6b3e0a1edf869702482c28041ad8886bd5a6d
More information about the pld-cvs-commit
mailing list