summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:35:36 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:19 +0700
commit42be7963b3f3a931e6a683a7193ffc0533a9ae2e (patch)
treee51248c8452bc9fe1d570127bb1f37903721eaac /haskell
parent0c45fecdbd40a5df456f2f670b2b65e4a93eb2cc (diff)
downloadslackbuilds-42be7963b3f3a931e6a683a7193ffc0533a9ae2e.tar.gz
slackbuilds-42be7963b3f3a931e6a683a7193ffc0533a9ae2e.tar.xz
haskell/haskell-Glob: 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-Glob/haskell-Glob.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-Glob/haskell-Glob.SlackBuild b/haskell/haskell-Glob/haskell-Glob.SlackBuild
index ceda1233e9..e95831c7bb 100644
--- a/haskell/haskell-Glob/haskell-Glob.SlackBuild
+++ b/haskell/haskell-Glob/haskell-Glob.SlackBuild
@@ -89,7 +89,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