[packages/monster] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:22:47 CEST 2025
commit bdf27cb3cf0feb0a3d2bc254b7273ccb89478b29
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:22:31 2025 +0200
Fix applying patches.
monster.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/monster.spec b/monster.spec
index 685cbd0..53241f8 100644
--- a/monster.spec
+++ b/monster.spec
@@ -31,9 +31,9 @@ Monster jest krótką grą RPG rodem z NES/SNES.
%prep
%setup -q -n Monster-%{version}-src
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__make} -f Makefile.unix \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/monster.git/commitdiff/bdf27cb3cf0feb0a3d2bc254b7273ccb89478b29
More information about the pld-cvs-commit
mailing list