mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
build_style/cmake: set INSTALL_{LIBDIR,SBINDIR}.
This commit is contained in:
parent
f7235fa50d
commit
dc31a1fb77
1 changed files with 1 additions and 0 deletions
|
@ -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} ..
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue