Fix install_tool for new installs.

This commit is contained in:
David Tomaschik
2018-11-02 11:12:48 -07:00
parent 76d0078497
commit 3f69a044d3

View File

@@ -74,6 +74,8 @@ function add_bin_symlink {
ln -sf ${DESTDIR}/${TARGET} ${BINDIR}/${NAME} ln -sf ${DESTDIR}/${TARGET} ${BINDIR}/${NAME}
} }
mkdir -p "${HOME}/tools"
DESTDIR="${HOME}/tools/${TOOL}" DESTDIR="${HOME}/tools/${TOOL}"
if [ -d ${DESTDIR} ] ; then if [ -d ${DESTDIR} ] ; then