summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-lcs
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:36:08 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:36 +0700
commita844a6ccd9cc292b5def12528491d42ded9a8136 (patch)
tree4d2a2a5375521ca8ed3338541b90724655faaaab /haskell/haskell-lcs
parent7f139cf4d9886f444eed131f529c3a1d3b92ea94 (diff)
downloadslackbuilds-a844a6ccd9cc292b5def12528491d42ded9a8136.tar.gz
slackbuilds-a844a6ccd9cc292b5def12528491d42ded9a8136.tar.xz
haskell/haskell-lcs: 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-lcs')
-rw-r--r--haskell/haskell-lcs/haskell-lcs.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-lcs/haskell-lcs.SlackBuild b/haskell/haskell-lcs/haskell-lcs.SlackBuild
index 6b9db194bc..c83fd976a8 100644
--- a/haskell/haskell-lcs/haskell-lcs.SlackBuild
+++ b/haskell/haskell-lcs/haskell-lcs.SlackBuild
@@ -93,7 +93,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