[packages/CEGUI] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:56:47 CEST 2025
commit 616ff2b85fc423185db859e8f0862c38eb557637
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:56:31 2025 +0200
Fix applying patches.
CEGUI.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/CEGUI.spec b/CEGUI.spec
index 717fd3d..22dbc1f 100644
--- a/CEGUI.spec
+++ b/CEGUI.spec
@@ -458,13 +458,13 @@ Wiązania Pythona do biblioteki CEGUI OpenGLRenderer.
%prep
%setup -q -a 1 -n cegui-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/CEGUI.git/commitdiff/616ff2b85fc423185db859e8f0862c38eb557637
More information about the pld-cvs-commit
mailing list