Commit eaa187b4 by Mislav Marohnić

Fix installer script changing into current directory

Fixes #440
parent 5930aa29
......@@ -5,7 +5,7 @@
set -e
cd "${0%/*}"
cd "$(dirname "$0")"
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local"
......
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