summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:26 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:46 +0200
commit6cb74b8b203aabcf111e5bf5fd5196252e7c383c (patch)
treed06758a2874721835e71d612615a003fe9c88c38 /haskell
parent5bb6bf83e57987b8733e438ed4ce9bd34dcf4638 (diff)
downloadslackbuilds-6cb74b8b203aabcf111e5bf5fd5196252e7c383c.tar.gz
haskell/haskell-edit-distance: 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')
-rw-r--r--haskell/haskell-edit-distance/haskell-edit-distance.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-edit-distance/haskell-edit-distance.SlackBuild b/haskell/haskell-edit-distance/haskell-edit-distance.SlackBuild
index f5a7a77fb7..b8df6bb9e3 100644
--- a/haskell/haskell-edit-distance/haskell-edit-distance.SlackBuild
+++ b/haskell/haskell-edit-distance/haskell-edit-distance.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