From cc9bc9a80537a581ce6b531adeeca459eaa9d851 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Wed, 24 Apr 2024 13:16:16 +0800 Subject: [PATCH] dfsg: build: Fix issue where the system cannot find configurations Adjusted the system install path to ensure that configuration files are located where HAL expects them to be. Signed-off-by: Jason Chen --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index d37e27ec..3040766b 100755 --- a/build.sh +++ b/build.sh @@ -86,6 +86,7 @@ function build_target() { -DBUILD_CAMHAL_TESTS=OFF \ -DUSE_PG_LITE_PIPE=ON \ -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/install \ + -DCMAKE_INSTALL_SYSCONFDIR=/etc \ -DUSE_HAL_ADAPTOR=ON \ ..