mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
install script with options of install directory and command prefix
This commit is contained in:
@ -111,8 +111,8 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
(cp build/* "${INSTALL_DIR}/bin" 2> /dev/null) \
|
(cp build/* "${INSTALL_DIR}/bin" 2> /dev/null) \
|
||||||
|| (echo "Please enter your password for installing obitools in ${INSTALL_DIR}"
|
|| (echo "Please enter your password for installing obitools in ${INSTALL_DIR}"
|
||||||
sudo cp build/* "${INSTALL_DIR}/bin")
|
sudo cp build/* "${INSTALL_DIR}/bin")
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user