[packages/OpenGTL] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:44:10 CEST 2025
commit fae680f60e5242e15b124482e7cc45ba508f587f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:43:55 2025 +0200
Fix applying patches.
OpenGTL.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/OpenGTL.spec b/OpenGTL.spec
index 45626a1..e7e6e04 100644
--- a/OpenGTL.spec
+++ b/OpenGTL.spec
@@ -69,9 +69,9 @@ programów wykorzystujących biblioteki OpenGTL.
%prep
%setup -q %{?with_tests:-a1}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/OpenGTL.git/commitdiff/fae680f60e5242e15b124482e7cc45ba508f587f
More information about the pld-cvs-commit
mailing list