[packages/nethack] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:33:28 CEST 2025
commit 99c63b5ba8a571fd95c03cd5b98182ff93dfc50e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:33:12 2025 +0200
Fix applying patches.
nethack.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/nethack.spec b/nethack.spec
index 00c13a9..b9fd413 100644
--- a/nethack.spec
+++ b/nethack.spec
@@ -123,13 +123,13 @@ Nethackowy podręcznik w formacie PDF.
%prep
%setup -q -a1 -a2
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{?with_qt:%patch3 -p1}
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
%build
sh ./sys/unix/setup.sh links
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nethack.git/commitdiff/99c63b5ba8a571fd95c03cd5b98182ff93dfc50e
More information about the pld-cvs-commit
mailing list