summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-temporary
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:35:33 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:17 +0200
commita85f9738768ca0b7c74021da00070e2d21894aaf (patch)
treeae345b8964a400bb9585e2e51f8a5d2856df3515 /haskell/haskell-temporary
parent13c47e2a182f547c301c15609c4365de2714b5ac (diff)
downloadslackbuilds-a85f9738768ca0b7c74021da00070e2d21894aaf.tar.gz
haskell/haskell-temporary: 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-temporary')
-rw-r--r--haskell/haskell-temporary/haskell-temporary.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-temporary/haskell-temporary.SlackBuild b/haskell/haskell-temporary/haskell-temporary.SlackBuild
index 758a33a31d..151f10c9dd 100644
--- a/haskell/haskell-temporary/haskell-temporary.SlackBuild
+++ b/haskell/haskell-temporary/haskell-temporary.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