summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:36:24 +1200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:45 +0700
commit27820e128adc43b6b108231919d161048ad14eb2 (patch)
tree96ce19f0546017daa42ac5395ecd10432dd6cc91 /haskell
parentb8bc51258bde30d6478ad73ab939e805689fb358 (diff)
downloadslackbuilds-27820e128adc43b6b108231919d161048ad14eb2.tar.gz
slackbuilds-27820e128adc43b6b108231919d161048ad14eb2.tar.xz
haskell/haskell-regex-pcre: 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-regex-pcre/haskell-regex-pcre.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-regex-pcre/haskell-regex-pcre.SlackBuild b/haskell/haskell-regex-pcre/haskell-regex-pcre.SlackBuild
index 04ca88a4ea..f5b2e014c2 100644
--- a/haskell/haskell-regex-pcre/haskell-regex-pcre.SlackBuild
+++ b/haskell/haskell-regex-pcre/haskell-regex-pcre.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