[Scummvm-git-logs] scummvm master -> e8875a224c47b00caee78ffde60487c4aa2b0c2d
mikrosk
noreply at scummvm.org
Sun Dec 28 08:48:28 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
e8875a224c BACKENDS: ATARI: Fix typo in atari.mk
Commit: e8875a224c47b00caee78ffde60487c4aa2b0c2d
https://github.com/scummvm/scummvm/commit/e8875a224c47b00caee78ffde60487c4aa2b0c2d
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2025-12-28T18:48:14+10:00
Commit Message:
BACKENDS: ATARI: Fix typo in atari.mk
Changed paths:
backends/platform/atari/atari.mk
diff --git a/backends/platform/atari/atari.mk b/backends/platform/atari/atari.mk
index aa9c0eedaa3..da176ad91cf 100644
--- a/backends/platform/atari/atari.mk
+++ b/backends/platform/atari/atari.mk
@@ -72,8 +72,8 @@ atarifulldist: $(EXECUTABLE)
# rename remaining files still not fitting into the 8+3 limit (this has to be supported by the backend, too)
! [ -f ${FULL_DATA}/cryomni3d.dat ] || mv ${FULL_DATA}/cryomni3d.dat ${FULL_DATA}/cryomni3.dat
! [ -f ${FULL_DATA}/neverhood.dat ] || mv ${FULL_DATA}/neverhood.dat ${FULL_DATA}/neverhoo.dat
- ! [ -f ${LITE_DATA}/supernova.dat ] || mv ${LITE_DATA}/supernova.dat ${LITE_DATA}/supernov.dat
- ! [ -f ${LITE_DATA}/teenagent.dat ] || mv ${LITE_DATA}/teenagent.dat ${LITE_DATA}/teenagen.dat
+ ! [ -f ${FULL_DATA}/supernova.dat ] || mv ${FULL_DATA}/supernova.dat ${FULL_DATA}/supernov.dat
+ ! [ -f ${FULL_DATA}/teenagent.dat ] || mv ${FULL_DATA}/teenagent.dat ${FULL_DATA}/teenagen.dat
$(MKDIR) ${FULL_THEMES}
$(CP) $(DIST_FILES_THEMES) ${FULL_THEMES}
More information about the Scummvm-git-logs
mailing list