diff options
-rw-r--r-- | libraries/ghc_filesystem/ghc_filesystem.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild index 307bb4bbcd9fb..4f11f863d9729 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 .. |