From 9f5f4b3c32806c6fbfcc2ddcbb7d4a95f1a222ea Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 28 Dec 2023 11:45:36 -0500 Subject: [PATCH] fix broken 'make install' with hints/linux.370 --- sys/unix/hints/linux.370 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/linux.370 b/sys/unix/hints/linux.370 index c9c04f5b0..59923327b 100755 --- a/sys/unix/hints/linux.370 +++ b/sys/unix/hints/linux.370 @@ -309,7 +309,7 @@ POSTINSTALL+= cp -n sys/unix/sysconf $(INSTDIR)/sysconf; \ ( util/makedefs --grep-defined CRASHREPORT && \ ( cp win/share/nhcrashreport.lua $(INSTDIR) ; \ chmod 555 $(INSTDIR)/nhcrashreport.lua ; \ - cp $(LUATOP)/lua $(INSTDIR)/nhlua); true) + cp $(LUATOP)/lua $(INSTDIR)/nhlua); true); ifneq "$(CCISCLANG)" "" # gdb may not be installed if clang is chosen compiler so the game