diff options
author | Thierry Crozat | 2019-05-06 12:23:42 +0100 |
---|---|---|
committer | Thierry Crozat | 2019-05-06 12:23:42 +0100 |
commit | 04301f32d00e1410f274fd4c8876d279ef841e08 (patch) | |
tree | 883e17afba2227785754ea482a2267c5e999ea04 /backends/platform/sdl | |
parent | 258a71b060991d84ef881d279e4be65d86312523 (diff) | |
download | scummvm-rg350-04301f32d00e1410f274fd4c8876d279ef841e08.tar.gz scummvm-rg350-04301f32d00e1410f274fd4c8876d279ef841e08.tar.bz2 scummvm-rg350-04301f32d00e1410f274fd4c8876d279ef841e08.zip |
AmigaOS4: Fix copy of renamed RM2AG.rexx file
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/amigaos/amigaos.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/amigaos/amigaos.mk b/backends/platform/sdl/amigaos/amigaos.mk index 3bffe84475..124191c96c 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 |