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:
@ -110,7 +110,7 @@ else
|
||||
make OBITOOLS_PREFIX="${OBITOOLS_PREFIX}"
|
||||
fi
|
||||
|
||||
cp build/* "${INSTALL_DIR}/bin" 2> /dev/null \
|
||||
(cp build/* "${INSTALL_DIR}/bin" 2> /dev/null) \
|
||||
|| sudo cp build/* "${INSTALL_DIR}/bin"
|
||||
|
||||
popd
|
||||
|
Reference in New Issue
Block a user