Amiga: disable SYSCF, drop sysconf from package

SYSCF is for multi-user system-admin lockdown; single-user Amigas
don't need it, and assure_syscf_file() killing the binary when run
outside NetHack: was breaking normal launches.
This commit is contained in:
Ingo Paschke
2026-05-03 17:48:22 +02:00
parent d9da319622
commit 2a59726f18
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -212,4 +212,7 @@ struct ami_sysflags {
};
extern struct ami_sysflags sysflags;
#undef SYSCF
#undef SYSCF_FILE
#endif /* AMICONF_H */
-1
View File
@@ -318,7 +318,6 @@ amigapkg: $(AMITILES) ../util/uudecode
cp $(TARGETPFX)tiles16.iff $(TARGETPFX)pkg/tiles/tiles16.iff
cp $(TARGETPFX)tiles32.iff $(TARGETPFX)pkg/tiles/tiles32.iff
cp $(TARGETPFX)tomb.iff $(TARGETPFX)pkg/tomb.iff
cp ../sys/msdos/sysconf $(TARGETPFX)pkg/sysconf
cp ../doc/nethack.txt $(TARGETPFX)pkg/nethack.txt
( cd $(TARGETPFX)pkg && ../../../util/uudecode ../../../sys/amiga/amifont8.uu && mv 8 hack/8 )
( cd $(TARGETPFX)pkg && ../../../util/uudecode ../../../sys/amiga/amifont.uu )