[packages/gecode] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:41:27 CEST 2025
commit 30c1a9bd6ebbe71ae71d78bee4919d4c762f2460
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:41:11 2025 +0200
Fix applying patches.
gecode.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gecode.spec b/gecode.spec
index ac2898e..077ab1d 100644
--- a/gecode.spec
+++ b/gecode.spec
@@ -85,7 +85,7 @@ The %{name}-examples package contains example code for %{name}.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
# Fix permissions
find . -name '*.hh' -exec chmod 0644 '{}' \;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gecode.git/commitdiff/30c1a9bd6ebbe71ae71d78bee4919d4c762f2460
More information about the pld-cvs-commit
mailing list