Commit fa4c67c1 authored by Lucas Russo's avatar Lucas Russo

compile.sh: install cfg files on "core_install" target

parent 7b15678a
......@@ -170,7 +170,7 @@ COMMAND_CORE="\
CFG_DIR=${CFG_DIR} && \
make CFG=${CFG} \
WITH_APP_CFG=${WITH_APP_CFG} \
${EXTRA_FLAGS} core_install"
${EXTRA_FLAGS} core_install cfg_install"
if [ "$WITH_EXAMPLES" = "yes" ]; then
COMMAND_EXAMPLES="\
......
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