mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
4ee8ba718a
Include TOS 1.04 images, simplify script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
4 lines
167 B
Bash
4 lines
167 B
Bash
# If there's no tos.img symlink, take over with "rainbow TOS"
|
|
if [ ! -r usr/share/hatari/tos.img ]; then
|
|
( cd usr/share/hatari ; ln -sf tos-1.04-uk.img tos.img )
|
|
fi
|