๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

install: modify Termux's install path

Ducky a16f5010 99606382

+4 -1
+4 -1
src/commands/install.sh
··· 26 26 27 27 case $_os in 28 28 "linux-termux") 29 - install_dir="$PREFIX/local/bin" 29 + # NOTE: The correct path would be '$PREFIX/local/bin would be more correct, 30 + # however, '$PREFIX/local' doesn't exist by default on Termux (and thus, 31 + # not in $PATH), so we'll install it in '$PREFIX/bin' instead 32 + install_dir="$PREFIX/bin" 30 33 ;; 31 34 "haiku") 32 35 install_dir="/boot/system/non-packaged/bin"