summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-ansi-wl-pprint/haskell-ansi-wl-pprint.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:35:37 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:19 +0700
commit33994fb951fd282e357e74efe248560aec3c8572 (patch)
treeaed290b5dfd3585d4fdca419ddeea51cd6fb7a08 /haskell/haskell-ansi-wl-pprint/haskell-ansi-wl-pprint.SlackBuild
parent0c08bf11847243d0f4d395b5a098eab368d38dfb (diff)
downloadslackbuilds-33994fb951fd282e357e74efe248560aec3c8572.tar.gz
slackbuilds-33994fb951fd282e357e74efe248560aec3c8572.tar.xz
haskell/haskell-ansi-wl-pprint: 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-ansi-wl-pprint/haskell-ansi-wl-pprint.SlackBuild')
-rw-r--r--haskell/haskell-ansi-wl-pprint/haskell-ansi-wl-pprint.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-ansi-wl-pprint/haskell-ansi-wl-pprint.SlackBuild b/haskell/haskell-ansi-wl-pprint/haskell-ansi-wl-pprint.SlackBuild
index 13fe92d62c..02b1a8e190 100644
--- a/haskell/haskell-ansi-wl-pprint/haskell-ansi-wl-pprint.SlackBuild
+++ b/haskell/haskell-ansi-wl-pprint/haskell-ansi-wl-pprint.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