summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-filemanip
diff options
context:
space:
mode:
author Andrew Clemons2021-05-02 06:36:08 +0200
committer Willy Sudiarto Raharjo2021-05-02 12:21:36 +0200
commit06dcd6e935bb7b3502446b9876f839168eda37bb (patch)
treeefe5987f403cc3fa26d57739c46fbe18b197602c /haskell/haskell-filemanip
parentd588ba09424a780d0dfb6b04dda4f7e5b8a8c0ab (diff)
downloadslackbuilds-06dcd6e935bb7b3502446b9876f839168eda37bb.tar.gz
haskell/haskell-filemanip: 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-filemanip')
-rw-r--r--haskell/haskell-filemanip/haskell-filemanip.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-filemanip/haskell-filemanip.SlackBuild b/haskell/haskell-filemanip/haskell-filemanip.SlackBuild
index c962c92845..b0b967879a 100644
--- a/haskell/haskell-filemanip/haskell-filemanip.SlackBuild
+++ b/haskell/haskell-filemanip/haskell-filemanip.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