mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/ghc_filesystem: Fix tests
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a522cc6701
commit
32d58ead68
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ cd build
|
|||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=None ..
|
||||
cmake --build .
|
||||
ctest --test-dir ../test
|
||||
ctest --test-dir test
|
||||
DESTDIR=$PKG cmake --install .
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue