[Scummvm-git-logs] scummvm branch-3-0 -> 79eb932cd1ca2513f0505ec28e06d35e39d41177

mikrosk noreply at scummvm.org
Sun Dec 28 08:49:04 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:
79eb932cd1 BACKENDS: ATARI: Fix typo in atari.mk


Commit: 79eb932cd1ca2513f0505ec28e06d35e39d41177
    https://github.com/scummvm/scummvm/commit/79eb932cd1ca2513f0505ec28e06d35e39d41177
Author: Miro Kropacek (miro.kropacek at gmail.com)
Date: 2025-12-28T18:48:49+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