summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:36:23 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:45 +0700
commitf47b0b8df6aeac6bef95d5a514ba11f2c0b4ff48 (patch)
tree78801e6f1799bef448a03a83c2c6751e09ba935d /haskell
parent447543c4433f8fafb11672772fea96a80b105259 (diff)
downloadslackbuilds-f47b0b8df6aeac6bef95d5a514ba11f2c0b4ff48.tar.gz
slackbuilds-f47b0b8df6aeac6bef95d5a514ba11f2c0b4ff48.tar.xz
haskell/haskell-optparse-simple: 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-optparse-simple/haskell-optparse-simple.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-optparse-simple/haskell-optparse-simple.SlackBuild b/haskell/haskell-optparse-simple/haskell-optparse-simple.SlackBuild
index 2a92cf475a..1bbb95c8a4 100644
--- a/haskell/haskell-optparse-simple/haskell-optparse-simple.SlackBuild
+++ b/haskell/haskell-optparse-simple/haskell-optparse-simple.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