Skip to content

Commit

Permalink
fix lwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
VHSgunzo committed Jan 3, 2024
1 parent 285b2f7 commit 2891b69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lwrap/lwrap
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ try_install_lwrun() {
ln -sf "$RUNSRCRPTH" "$LWRUN"
ln_lwrun
return 0
elif [[ ! -n "$TMP_LWRUN" && "$LWRUN_PKG" == 1 ]]
elif [[ ! -n "$TMP_LWRUN" && "$LWRUN_PKG" == 1 && \
"$LWRUN_INSTALLED" != 1 ]]
then finalize_install
fi
fi
Expand Down

0 comments on commit 2891b69

Please sign in to comment.