summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:11 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:38 +0200
commitf104076bc6c72f3c95f378946c0235dea3f7bd7c (patch)
treeb1274edf6b26f212aabddc58465f516b5d5c3286 /haskell
parent514b52d04e91b38f6337dd81d7bfce0795217405 (diff)
downloadslackbuilds-f104076bc6c72f3c95f378946c0235dea3f7bd7c.tar.gz
haskell/haskell-hxt-unicode: Fix build with ghc 8.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-hxt-unicode/haskell-hxt-unicode.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-hxt-unicode/haskell-hxt-unicode.SlackBuild b/haskell/haskell-hxt-unicode/haskell-hxt-unicode.SlackBuild
index 1afe494c4d..85a2d0104a 100644
--- a/haskell/haskell-hxt-unicode/haskell-hxt-unicode.SlackBuild
+++ b/haskell/haskell-hxt-unicode/haskell-hxt-unicode.SlackBuild
@@ -90,7 +90,7 @@ runghc Setup copy --destdir=$PKG
runghc Setup register --gen-pkg-config
PKGCONFD=/usr/lib${LIBDIRSUFFIX}/ghc-${GHC_VERSION}/package.conf.d
-PKGID=$( grep -E "^id: " $SRCNAM-$VERSION.conf | cut -d" " -f2 )
+PKGID=$( grep -E "^id: " $SRCNAM-$VERSION.conf | sed "s/[[:space:]][[:space:]]*/ /" | cut -d" " -f2 )
mkdir -p $PKG/$PKGCONFD
mv $SRCNAM-$VERSION.conf $PKG/$PKGCONFD/$PKGID.conf