From d7630ebff8358d1a7eb18a0fed95f3d13830bc9f Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 1 Apr 2022 16:11:30 -0400 Subject: [PATCH] make zip file contents pathless for msdos pkg --- sys/unix/hints/include/cross-post.370 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/include/cross-post.370 b/sys/unix/hints/include/cross-post.370 index 57861d144..a27965ddd 100644 --- a/sys/unix/hints/include/cross-post.370 +++ b/sys/unix/hints/include/cross-post.370 @@ -37,7 +37,7 @@ dospkg: $(GAMEBIN) $(TARGETPFX)recover.exe ../dat/nhtiles.bmp cp ../doc/nethack.txt $(TARGETPFX)pkg/NETHACK.TXT cp ../lib/djgpp/cwsdpmi/bin/CWSDPMI.EXE $(TARGETPFX)pkg/CWSDPMI.EXE -touch $(TARGETPFX)pkg/RECORD - zip -9 $(TARGETPFX)NH370DOS.ZIP $(TARGETPFX)pkg/* + cd $(TARGETPFX)pkg ; zip -9 ../NH370DOS.ZIP * ; cd ../../.. @echo msdos package zip file $(TARGETPFX)NH370DOS.ZIP endif # CROSS_TO_MSDOS -- 2.50.1