summaryrefslogtreecommitdiffstats
path: root/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
diff options
context:
space:
mode:
author Martin Bangens <marbangens@gmail.com>2023-05-13 11:48:07 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 17:01:33 +0700
commit32d58ead6842a7daaa3af0adc5917d78e03462f4 (patch)
tree365a79e99f6d0051355c9485bfb3829ea3b7b201 /libraries/ghc_filesystem/ghc_filesystem.SlackBuild
parenta522cc670160c0d4841353d6893553cbf0f37cae (diff)
downloadslackbuilds-32d58ead6842a7daaa3af0adc5917d78e03462f4.tar.gz
slackbuilds-32d58ead6842a7daaa3af0adc5917d78e03462f4.tar.xz
libraries/ghc_filesystem: Fix tests
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ghc_filesystem/ghc_filesystem.SlackBuild')
-rw-r--r--libraries/ghc_filesystem/ghc_filesystem.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
index 307bb4bbcd..4f11f863d9 100644
--- a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
+++ b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
@@ -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 ..