summaryrefslogtreecommitdiff
path: root/scripts/build.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-12-07 09:15:07 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-12-07 09:15:07 +0100
commit8bfe0419a6ed355d36a50c0416c4278016572621 (patch)
tree971ce9a282a087ec36d3db2d2166195865e24104 /scripts/build.sh
parent7c6fbda40ee13d9660d8d30eb0049895ee524a38 (diff)
downloadi486tcc-linux-8bfe0419a6ed355d36a50c0416c4278016572621.tar.gz
i486tcc-linux-8bfe0419a6ed355d36a50c0416c4278016572621.tar.bz2
renamed floppy image to floppy??.img to make 86box happy
played with some real Cirrus, seems we are not able to make it work
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index a026bd7..058b0ba 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -773,6 +773,9 @@ if [ ! -f "${BASE}/floppy.img" ]; then
cat "${LASTFILE}" PAD > "${LASTFILE}-padded"
mv "${LASTFILE}-padded" "${LASTFILE}"
fi
+ for floppy in `ls floppy??`; do
+ mv "${floppy}" "${floppy}.img"
+ done
fi
trap - 0