Commit 719f8832 by Mislav Marohnić

Allow running `install.sh` from outside of project's root

`cd` into project's root on every invocation.

Fixes #243
parent 5a685867
......@@ -2,6 +2,8 @@
set -e
cd "${0%/*}"
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local"
fi
......
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