AmigaOS4: Fix copy of renamed RM2AG.rexx file

This commit is contained in:
Thierry Crozat 2019-05-06 12:23:42 +01:00
parent 258a71b060
commit 04301f32d0

View File

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