summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:11 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:38 +0200
commit4efa419743775833b7f55d7ea6dcefb5e98c2f1a (patch)
tree253bf4cb05c370972812e863066e6092e9cc03fb /haskell
parentf7a9ae098fa6de28a3d69fb06efefa4ab94cdf23 (diff)
downloadslackbuilds-4efa419743775833b7f55d7ea6dcefb5e98c2f1a.tar.gz
haskell/haskell-gloss-rendering: 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-gloss-rendering/haskell-gloss-rendering.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild
index 8af0756781..dc0a51051a 100644
--- a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild
+++ b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.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