Commit 6c566dd1 authored by Lucas Russo's avatar Lucas Russo

ci_build: add SCRIPTS_PREFIX to BPM_OPTS

parent dbd65276
......@@ -5,7 +5,9 @@ set -x
# Build and local install repositories
mkdir tmp
mkdir tmp/etc
BUILD_PREFIX=$PWD/tmp
SCRIPTS_PREFIX=$PWD/tmp/etc
LIBSODIUM_VER=1.0.3
LIBZMQ_VER=v4.2.0-pre
......@@ -27,6 +29,7 @@ BPM_OPTS=()
BPM_OPTS+=(${CONFIG_FLAGS[@]})
BPM_OPTS+=(${KERNEL_FLAGS[@]})
BPM_OPTS+=("PREFIX=${BUILD_PREFIX}")
BPM_OPTS+=("SCRIPTS_PREFIX=${SCRIPTS_PREFIX}")
CONFIG_OPTS=()
CONFIG_OPTS+=(${CONFIG_FLAGS[@]})
......
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