summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:36:04 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:33 +0700
commit00179d46b5ae56c1eb9636ad799d6e85c74bbfa6 (patch)
tree32328826accc567e4c11541b44ec7dce7366699a
parent179beee94cab8d8273c129d4f99cde458ba54dfd (diff)
downloadslackbuilds-00179d46b5ae56c1eb9636ad799d6e85c74bbfa6.tar.gz
slackbuilds-00179d46b5ae56c1eb9636ad799d6e85c74bbfa6.tar.xz
haskell/haskell-hsp: Fix build with ghc 8.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--haskell/haskell-hsp/haskell-hsp.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-hsp/haskell-hsp.SlackBuild b/haskell/haskell-hsp/haskell-hsp.SlackBuild
index 3c2bdf9f5b..a091423b9a 100644
--- a/haskell/haskell-hsp/haskell-hsp.SlackBuild
+++ b/haskell/haskell-hsp/haskell-hsp.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