summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-hspec-core
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:01 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:32 +0200
commit7e24f06b5deb9a1f5c07c0e590f1149f5de33f20 (patch)
treecff5d869bdd821f83c50c4dee7612c994a83234f /haskell/haskell-hspec-core
parent2d30a40535e336737bb379117976bd29bc3ed3ac (diff)
downloadslackbuilds-7e24f06b5deb9a1f5c07c0e590f1149f5de33f20.tar.gz
haskell/haskell-hspec-core: 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-hspec-core')
-rw-r--r--haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild b/haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild
index f8ea318f72..14052b239b 100644
--- a/haskell/haskell-hspec-core/haskell-hspec-core.SlackBuild
+++ b/haskell/haskell-hspec-core/haskell-hspec-core.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