install script with options of install directory and command prefix

This commit is contained in:
2023-02-02 13:37:27 +01:00
parent a1fbaed6e9
commit 886c5118e3

View File

@ -111,8 +111,8 @@ else
fi
(cp build/* "${INSTALL_DIR}/bin" 2> /dev/null) \
|| (echo "Please enter your password for installing obitools in ${INSTALL_DIR}"
sudo cp build/* "${INSTALL_DIR}/bin")
|| (echo "Please enter your password for installing obitools in ${INSTALL_DIR}"
sudo cp build/* "${INSTALL_DIR}/bin")
popd