summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-json
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:10 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:37 +0200
commit38fba32c1515cae947534bd8a588447a6bd1a74f (patch)
treee63ba5c9054e700c7cadcac63ab2b4914c47c849 /haskell/haskell-json
parent0a681011c2b1a26bda2a5b7c01a251f61213ed97 (diff)
downloadslackbuilds-38fba32c1515cae947534bd8a588447a6bd1a74f.tar.gz
haskell/haskell-json: 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/haskell-json')
-rw-r--r--haskell/haskell-json/haskell-json.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-json/haskell-json.SlackBuild b/haskell/haskell-json/haskell-json.SlackBuild
index f93c633c90..8d90f5c220 100644
--- a/haskell/haskell-json/haskell-json.SlackBuild
+++ b/haskell/haskell-json/haskell-json.SlackBuild
@@ -93,7 +93,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