Skip to content

Commit 9dc632a

Browse files
committed
amiberry - create $biosdir/amiga before moving and symlinking kickstart roms
This fixes an error when updating if "$biosdir/amiga" did not already exist.
1 parent dce393f commit 9dc632a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scriptmodules/emulators/amiberry.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ rp_module_flags="!all arm rpi3 rpi4"
1919

2020
function _update_hook_amiberry() {
2121
local rom
22+
mkUserDir "$biosdir/amiga"
2223
for rom in kick13.rom kick20.rom kick31.rom; do
2324
# if we have a kickstart rom in $biosdir, move it to $biosdir/amiga and symlink the old location
2425
if [[ -f "$biosdir/$rom" && ! -h "$biosdir/$rom" ]]; then

0 commit comments

Comments
 (0)