diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-02 16:35:20 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:09 +0700 |
commit | d19191aa55fb902935f2c771f811ea17680c5a81 (patch) | |
tree | cdd08f684b26107ab5857f6f50a174cb7410cfa6 /haskell/haskell-annotated-wl-pprint | |
parent | e3f8ce560e75229d95a5e286b81e450402ca1ce4 (diff) |
haskell/haskell-annotated-wl-pprint: 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-annotated-wl-pprint')
-rw-r--r-- | haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild b/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild index 2cf03dc76a28..d8448d5ab9fa 100644 --- a/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.SlackBuild +++ b/haskell/haskell-annotated-wl-pprint/haskell-annotated-wl-pprint.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 |