summaryrefslogtreecommitdiffstats
path: root/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc_filesystem/ghc_filesystem.SlackBuild')
-rw-r--r--libraries/ghc_filesystem/ghc_filesystem.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
index 307bb4bbcd..48fdc34e81 100644
--- a/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
+++ b/libraries/ghc_filesystem/ghc_filesystem.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ghc_filesystem
-VERSION=${VERSION:-1.5.12}
+VERSION=${VERSION:-1.5.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -62,7 +62,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-cat $CWD/cmake_project_version.patch | patch -Np1
mkdir -p build
cd build
@@ -70,7 +69,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 ..