Skip to content

Commit abd614a

Browse files
authored
Merge pull request #3641 from cmitu/lr-scummvm-fix1
lr-scummvm: fix interactive prompt from unzip
2 parents 98c1df4 + 6920379 commit abd614a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/libretrocores/lr-scummvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function configure_lr-scummvm() {
4949
defaultRAConfig "scummvm"
5050

5151
# unpack the data files to system dir
52-
runCmd unzip -q "$md_inst/scummvm.zip" -d "$biosdir"
52+
runCmd unzip -q -o "$md_inst/scummvm.zip" -d "$biosdir"
5353
chown -R $user:$user "$biosdir/scummvm"
5454

5555
# basic initial configuration (if config file not found)

0 commit comments

Comments
 (0)