summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-rio
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:35:18 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:08 +0200
commitf8d340a1c635a0645cc739b5f53f6cd4d881602b (patch)
tree489539ace169ed72afbbf269317b22f9a5a6b15f /haskell/haskell-rio
parent73af423e30f036baf1863e76d9c6d3831d94a966 (diff)
downloadslackbuilds-f8d340a1c635a0645cc739b5f53f6cd4d881602b.tar.gz
haskell/haskell-rio: 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-rio')
-rw-r--r--haskell/haskell-rio/haskell-rio.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-rio/haskell-rio.SlackBuild b/haskell/haskell-rio/haskell-rio.SlackBuild
index 45afba620c..b1cb63ac95 100644
--- a/haskell/haskell-rio/haskell-rio.SlackBuild
+++ b/haskell/haskell-rio/haskell-rio.SlackBuild
@@ -91,7 +91,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