fix install root not set
This commit is contained in:
parent
9b4cc95312
commit
c1f036c2e8
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ parse_config_and_set_env_vars(){
|
|||
PACKAGE_VERSION=$($extract_base_cmd $CONFIG "release.package_version")
|
||||
|
||||
PACKAGE_SOURCE_DIR="${OUTPUT_DIR}/${PACKAGE_NAME}-${PACKAGE_VERSION}"
|
||||
INSTALL_ROOT="/usr/share/${PACKAGE_NAME}"
|
||||
|
||||
DEBIAN_DIR="${PACKAGE_SOURCE_DIR}/debian"
|
||||
DOCS_DIR="${PACKAGE_SOURCE_DIR}/docs"
|
||||
|
|
Loading…
Reference in a new issue