mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
academic/bibletime: Do not use hardcoded path.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c9ea40127d
commit
be6e2c28a8
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ sed -i "/BTTests/s/^/#/" cmake/BTApplication.cmake
|
|||
|
||||
mkdir -p build
|
||||
cd build
|
||||
/opt/cmake-202x/bin/cmake \
|
||||
export "PATH=/opt/cmake-202x/bin:$PATH"
|
||||
cmake \
|
||||
-Wno-dev \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue