summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:13 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:39 +0200
commitd50d06c72bd73e28e5341e9b7c9ff0bcf900ebda (patch)
treea67af762ca1edf2498c247655ed7b4b6e5eb12d6 /haskell
parenteb8a6fc599dba9863a0c54636f2ebeae6513d85a (diff)
downloadslackbuilds-d50d06c72bd73e28e5341e9b7c9ff0bcf900ebda.tar.gz
haskell/haskell-integer-logarithms: 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-integer-logarithms/haskell-integer-logarithms.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild b/haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild
index db5518d6d6..ae977ae2b8 100644
--- a/haskell/haskell-integer-logarithms/haskell-integer-logarithms.SlackBuild
+++ b/haskell/haskell-integer-logarithms/haskell-integer-logarithms.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