summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-project-template
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:35:31 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:15 +0700
commit6eae759454e023360561b459885bc085c76e5090 (patch)
tree787d2f91c8392c1936ee4ef5c58dde7df70f54bb /haskell/haskell-project-template
parent59085d9fd1d57bd129007754cdb37aec4ba73fb1 (diff)
downloadslackbuilds-6eae759454e023360561b459885bc085c76e5090.tar.gz
slackbuilds-6eae759454e023360561b459885bc085c76e5090.tar.xz
haskell/haskell-project-template: 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-project-template')
-rw-r--r--haskell/haskell-project-template/haskell-project-template.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-project-template/haskell-project-template.SlackBuild b/haskell/haskell-project-template/haskell-project-template.SlackBuild
index ac99699e4b..09b5e3df8d 100644
--- a/haskell/haskell-project-template/haskell-project-template.SlackBuild
+++ b/haskell/haskell-project-template/haskell-project-template.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