[packages/glest] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:47:46 CEST 2025
commit 294e7a108900ce55b56360304e1e7520e4760d22
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:47:30 2025 +0200
Fix applying patches.
glest.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/glest.spec b/glest.spec
index 3aaba1a..2dc4ae8 100644
--- a/glest.spec
+++ b/glest.spec
@@ -94,11 +94,11 @@ for file in xml ini log txt html lng; do
done
find mk -noleaf -type f -exec dos2unix '{}' \;
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
dos2unix source/shared_lib/sources/platform/posix/socket.cpp
-%patch2 -p1
-%patch3 -p1
+%patch -P2 -p1
+%patch -P3 -p1
chmod +x mk/linux/autogen.sh
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/glest.git/commitdiff/294e7a108900ce55b56360304e1e7520e4760d22
More information about the pld-cvs-commit
mailing list