make zip file contents pathless for msdos pkg

This commit is contained in:
nhmall
2022-04-01 16:11:30 -04:00
parent b1f8c3d5c1
commit d7630ebff8

View File

@@ -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