summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-hxt-charproperties
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:07 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:35 +0200
commit7f139cf4d9886f444eed131f529c3a1d3b92ea94 (patch)
tree074c0959ccc483a5aac439fa2693b307188798b8 /haskell/haskell-hxt-charproperties
parent7a9ca7b84638f64de33ed3643d63f87d1847b68d (diff)
downloadslackbuilds-7f139cf4d9886f444eed131f529c3a1d3b92ea94.tar.gz
haskell/haskell-hxt-charproperties: 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-hxt-charproperties')
-rw-r--r--haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild b/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild
index f4c105607b..f40a576c45 100644
--- a/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild
+++ b/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.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