Commit 6099150f authored by Lucas Russo's avatar Lucas Russo

compile.sh: prefix CFG_DIR variable with PREFIX

parent d1d471dd
......@@ -43,7 +43,8 @@ WITH_DEVIO_CFG=y
# Selects the install location of the config file
CFG_FILENAME=/etc/bpm_sw/bpm_sw.cfg
# Selects the install location of the config file
CFG_DIR=/etc/bpm_sw
PREFIX=/usr/local
CFG_DIR=${PREFIX}/etc/bpm_sw
COMMAND_DEPS="\
make deps && \
......
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