aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-ed25519
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-05-02 16:35:24 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-02 17:21:12 +0700
commit96e2797a2dbb689a12a44a7e7a9229821af56e6a (patch)
tree2e69bcd6c611086a67b61fe05726469575351738 /haskell/haskell-ed25519
parent7638f56940e981ffdaf6eaa318c1a0376ae7aa65 (diff)
downloadslackbuilds-96e2797a2dbb689a12a44a7e7a9229821af56e6a.tar.xz
haskell/haskell-ed25519: 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-ed25519')
-rw-r--r--haskell/haskell-ed25519/haskell-ed25519.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-ed25519/haskell-ed25519.SlackBuild b/haskell/haskell-ed25519/haskell-ed25519.SlackBuild
index f9fcdff08e34..d300d86864c8 100644
--- a/haskell/haskell-ed25519/haskell-ed25519.SlackBuild
+++ b/haskell/haskell-ed25519/haskell-ed25519.SlackBuild
@@ -92,7 +92,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