[packages/gengameng] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:42:07 CEST 2025
commit 3d0916401770171bc359a9966b61e07d9d201e6b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:41:51 2025 +0200
Fix applying patches.
gengameng.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gengameng.spec b/gengameng.spec
index 3dde067..a15ead6 100644
--- a/gengameng.spec
+++ b/gengameng.spec
@@ -59,9 +59,9 @@ Statyczna biblioteka gengameng.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
# supplied libtool is broken (C++)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gengameng.git/commitdiff/3d0916401770171bc359a9966b61e07d9d201e6b
More information about the pld-cvs-commit
mailing list