summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:36:21 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:44 +0700
commite2fef8f20181e2e02ced0ef477f265a0583e7d01 (patch)
tree4ecb1c5ee0503ca4da48c9ca9d8f7a3bff448ba2 /haskell
parent33e8c8b84c1bdb51d74737a9eba633c7927f7457 (diff)
downloadslackbuilds-e2fef8f20181e2e02ced0ef477f265a0583e7d01.tar.gz
slackbuilds-e2fef8f20181e2e02ced0ef477f265a0583e7d01.tar.xz
haskell/haskell-bindings-uname: 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-bindings-uname/haskell-bindings-uname.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-bindings-uname/haskell-bindings-uname.SlackBuild b/haskell/haskell-bindings-uname/haskell-bindings-uname.SlackBuild
index 43db349b6b..156ad440e1 100644
--- a/haskell/haskell-bindings-uname/haskell-bindings-uname.SlackBuild
+++ b/haskell/haskell-bindings-uname/haskell-bindings-uname.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