build-style/cmake: sysconfigdir is /etc

This commit is contained in:
Đoàn Trần Công Danh 2022-09-05 20:59:44 +07:00
parent b38523b220
commit d6500f65f7
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ _EOF
cmake_args+=" -DCMAKE_INSTALL_PREFIX=/usr"
cmake_args+=" -DCMAKE_BUILD_TYPE=None"
cmake_args+=" -DCMAKE_INSTALL_LIBDIR=lib${XBPS_TARGET_WORDSIZE}"
cmake_args+=" -DCMAKE_INSTALL_SYSCONFDIR=/etc"
if [ "$CROSS_BUILD" ]; then
cmake_args+=" -DQT_HOST_PATH=/usr"