Skip to content

Commit

Permalink
Revert "Update lr-mame2003.sh"
Browse files Browse the repository at this point in the history
This reverts commit bae19be.

Should have reviewed this more closely - *.* in quotes doesn't work and there is no $nvram
  • Loading branch information
joolswills authored and pjft committed Mar 5, 2019
1 parent 8ac990e commit 8fb5cd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scriptmodules/libretrocores/lr-mame2003.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ function configure_lr-mame2003() {
for mame_sub_dir in cfg ctrlr diff hi inp memcard nvram snap; do
mkRomDir "$mame_dir/$name/$mame_sub_dir"
done

# copy nvram patches - currently only rungun.nv
cp "$md_inst/metadata/*.nv" "$mame_dir/$name/$nvram"
chown $user:$user "$mame_dir/$name/$nvram/*.*"
done

mkUserDir "$biosdir/$name"
Expand Down

0 comments on commit 8fb5cd7

Please sign in to comment.