summarylogtreecommitdiffstats
path: root/86box.sh
diff options
context:
space:
mode:
authorqeeg2020-09-10 17:44:49 -0500
committerqeeg2020-09-10 17:46:07 -0500
commit510362cb97108d7dc0a702ad053eeef84c2c0614 (patch)
tree9958cc8ac017c3031ae0087206e6576f927306f1 /86box.sh
parentb186e6866921b5e784eb02bd9bae3b6db5a7f011 (diff)
downloadaur-510362cb97108d7dc0a702ad053eeef84c2c0614.tar.gz
Fix a bug in the included shell script
Diffstat (limited to '86box.sh')
-rw-r--r--86box.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/86box.sh b/86box.sh
index 8e2e1af12631..b63f2dac277f 100644
--- a/86box.sh
+++ b/86box.sh
@@ -10,7 +10,7 @@ if [ ! -d "$HOME"/.86box ] ; then
ln -s /usr/share/86box/libfluidsynth.dll "$HOME"/.86box/libfluidsynth.dll || exit 1
fi
-if [ ! -f "$HOME"/.cemu/wine/drive_c/windows/syswow64/vcruntime140.dll ]; then
+if [ ! -f "$HOME"/.86box/wine/drive_c/windows/syswow64/vcruntime140.dll ]; then
if [ -n "`whereis zenity|grep bin`" ]; then
zenity --info --title '86Box' --text 'Installing wine dependencies.\n\nThe process may take a few minutes'
fi