Skip to content
Snippets Groups Projects
Commit 1adc214e authored by John Hodge's avatar John Hodge
Browse files

MakeReleaseSet - Fix platform suffix again

parent 6c02a653
No related merge requests found
...@@ -20,7 +20,7 @@ while [ $# -ge 2 ]; do ...@@ -20,7 +20,7 @@ while [ $# -ge 2 ]; do
BUILD_DIST=y ARCH=$ARCH PLATFORM=$2 make BUILD_DIST=y ARCH=$ARCH PLATFORM=$2 make
shift shift
done done
tar --transform="s|Dist/($ARCH/)*|Acess/|x" -zcf Releases/Acess2_latest_${ARCH}_bin.tar.gz Dist/$ARCH Dist/Acess2.$ARCH.gz tar --transform="s|Dist/($ARCH/)*|Acess/|x" -zcf Releases/Acess2_latest_${ARCH}$PSUFFIX_bin.tar.gz Dist/$ARCH Dist/Acess2.$ARCH$PSUFFIX.gz
IMGNAME=AcessRelease.img IMGNAME=AcessRelease.img
./Tools/BootFloppy/MakeDiskImage $IMGNAME ./Tools/BootFloppy/MakeDiskImage $IMGNAME
mcopy -i $IMGNAME -s Dist/$ARCH/ ::/Acess2 mcopy -i $IMGNAME -s Dist/$ARCH/ ::/Acess2
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment