install.sh: use /usr/local/bin not /usr/bin
This commit is contained in:
parent
24df544a03
commit
15f0ce57d5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
BINFILE="${SCRIPT_DIR}/target/release/ent"
|
||||
INSTALL_DIR="/usr/bin"
|
||||
INSTALL_DIR="/usr/local/bin"
|
||||
|
||||
cargo build --release
|
||||
echo "copying ent to ${INSTALL_DIR}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue