[packages/CuraEngine] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:08:19 CEST 2025
commit fc78a54de4b60892a3d6311600369712d4ff80e4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:08:03 2025 +0200
Fix applying patches.
CuraEngine.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/CuraEngine.spec b/CuraEngine.spec
index 621b85f..60a290b 100644
--- a/CuraEngine.spec
+++ b/CuraEngine.spec
@@ -52,9 +52,9 @@ pakiecie cura.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
mkdir stb
cp -p %{SOURCE1} stb/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/CuraEngine.git/commitdiff/fc78a54de4b60892a3d6311600369712d4ff80e4
More information about the pld-cvs-commit
mailing list