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