summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-th-expand-syns
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:35:46 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:24 +0200
commit279c32c254f83209ad8db4ac6fcceba0f43654fd (patch)
tree643cd89be109fbb56c21134342732e3eb94a5a83 /haskell/haskell-th-expand-syns
parent93de80f5db101bb383b5c052cd0e669cec5d52d4 (diff)
downloadslackbuilds-279c32c254f83209ad8db4ac6fcceba0f43654fd.tar.gz
haskell/haskell-th-expand-syns: 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-th-expand-syns')
-rw-r--r--haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild b/haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild
index 1b1df7a660..bbda38717e 100644
--- a/haskell/haskell-th-expand-syns/haskell-th-expand-syns.SlackBuild
+++ b/haskell/haskell-th-expand-syns/haskell-th-expand-syns.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