diff --git a/build.sh b/build.sh index fae3b32..59c0087 100644 --- a/build.sh +++ b/build.sh @@ -109,7 +109,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## echo "Installing why2-app..." ### - cp $appOutput /usr/bin/why2 + mv $appOutput /usr/bin/why2 ### echo "Finished! Cleaning up..."