build_style/cmake: set INSTALL_{LIBDIR,SBINDIR}.

This commit is contained in:
Juan RP 2014-11-02 19:11:02 +01:00
parent f7235fa50d
commit dc31a1fb77
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ _EOF
configure_args+=" -DCMAKE_TOOLCHAIN_FILE=cross_${XBPS_CROSS_TRIPLET}.cmake"
fi
configure_args+=" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release"
configure_args+=" -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_SBINDIR=sbin"
cmake ${configure_args} ..
}