Skip to content

Commit

Permalink
Fix mkdir steam compat dir
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Apr 15, 2024
1 parent 089c29c commit eea037d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lux-wine
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,7 @@ check_def_wine() {
local prtncmptooldir="$HOME_STM_COMPAT_DIR/$BINWINE"
try_rm_broken_link "$HOME_STM_COMPAT_DIR"
[[ ! -d "$prtncmptooldir" ]] && \
mkdir -p "$HOME_STM_COMPAT_DIR" && \
ln -sf "$LW_WINE_DIR/$BINWINE" "$prtncmptooldir"
break
fi
Expand Down Expand Up @@ -4293,6 +4294,7 @@ try_dl_install_wine() {
local prtncmptooldir="$HOME_STM_COMPAT_DIR/$W_DW"
try_rm_broken_link "$HOME_STM_COMPAT_DIR"
[[ ! -d "$prtncmptooldir" ]] && \
mkdir -p "$HOME_STM_COMPAT_DIR" && \
ln -sf "$LW_WINE_DIR/$W_DW" "$prtncmptooldir"
fi
print_info notify "Installation $W_DW completed!"
Expand Down

0 comments on commit eea037d

Please sign in to comment.