Commit 6620980c authored by Cassandra Watergate's avatar Cassandra Watergate Committed by GitHub

Fix #5612 (#5614)

* install.sh: fix #5612

* install.sh: specify binary path
parent ad96ddd0
......@@ -187,7 +187,7 @@ done
sudo ldconfig &> /dev/null || true
# create symlink to 'crew' in ${CREW_PREFIX}/bin/
ln -sfv "lib/crew/crew" "${CREW_PREFIX}/bin/"
ln -sfv "../lib/crew/crew" "${CREW_PREFIX}/bin/crew"
# prepare sparse checkout .rb packages directory and do it
cd "${CREW_LIB_PATH}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment