diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-02 16:36:07 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:35 +0700 |
commit | 7f139cf4d9886f444eed131f529c3a1d3b92ea94 (patch) | |
tree | 074c0959ccc483a5aac439fa2693b307188798b8 /haskell/haskell-hxt-charproperties | |
parent | 7a9ca7b84638f64de33ed3643d63f87d1847b68d (diff) |
haskell/haskell-hxt-charproperties: 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-hxt-charproperties')
-rw-r--r-- | haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild b/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild index f4c105607b71e..f40a576c45c05 100644 --- a/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild +++ b/haskell/haskell-hxt-charproperties/haskell-hxt-charproperties.SlackBuild @@ -90,7 +90,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 |