[Scummvm-git-logs] scummvm master -> 04301f32d00e1410f274fd4c8876d279ef841e08

criezy criezy at scummvm.org
Mon May 6 13:24:31 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
04301f32d0 AmigaOS4: Fix copy of renamed RM2AG.rexx file


Commit: 04301f32d00e1410f274fd4c8876d279ef841e08
    https://github.com/scummvm/scummvm/commit/04301f32d00e1410f274fd4c8876d279ef841e08
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-05-06T12:23:42+01:00

Commit Message:
AmigaOS4: Fix copy of renamed RM2AG.rexx file

Changed paths:
    backends/platform/sdl/amigaos/amigaos.mk


diff --git a/backends/platform/sdl/amigaos/amigaos.mk b/backends/platform/sdl/amigaos/amigaos.mk
index 3bffe84..124191c 100644
--- a/backends/platform/sdl/amigaos/amigaos.mk
+++ b/backends/platform/sdl/amigaos/amigaos.mk
@@ -15,7 +15,7 @@ endif
 # AREXX seems to have problems when ${srcdir} is '.'. It will break with a
 # "Program not found" error. Therefore we copy the script to the cwd and
 # remove it again, once it has finished.
-	cp ${srcdir}/dists/amiga/RM2AG.rx .
+	cp ${srcdir}/dists/amiga/RM2AG.rexx .
 	rx RM2AG.rexx README.conv
 	cp README.guide $(AMIGAOSPATH)
 	rm RM2AG.rexx





More information about the Scummvm-git-logs mailing list