···26262727 case $_os in
2828 "linux-termux")
2929- install_dir="$PREFIX/local/bin"
2929+ # NOTE: The correct path would be '$PREFIX/local/bin would be more correct,
3030+ # however, '$PREFIX/local' doesn't exist by default on Termux (and thus,
3131+ # not in $PATH), so we'll install it in '$PREFIX/bin' instead
3232+ install_dir="$PREFIX/bin"
3033 ;;
3134 "haiku")
3235 install_dir="/boot/system/non-packaged/bin"