Skip to content

Commit

Permalink
Merge pull request #2513 from hhromic/lr-nestopia-chown
Browse files Browse the repository at this point in the history
lr-nestopia - change ownership of installed database to $user:$user
  • Loading branch information
joolswills committed Oct 19, 2018
2 parents 5122eca + eaa57cd commit 5af30b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scriptmodules/libretrocores/lr-nestopia.sh
Expand Up @@ -47,6 +47,7 @@ function configure_lr-nestopia() {
ensureSystemretroconfig "fds"

cp NstDatabase.xml "$biosdir/"
chown $user:$user "$biosdir/NstDatabase.xml"

addEmulator 0 "$md_id" "nes" "$md_inst/nestopia_libretro.so"
addEmulator 1 "$md_id" "fds" "$md_inst/nestopia_libretro.so"
Expand Down

0 comments on commit 5af30b8

Please sign in to comment.