From eb8a6fc599dba9863a0c54636f2ebeae6513d85a Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sun, 2 May 2021 16:36:12 +1200 Subject: [PATCH] haskell/haskell-OpenGLRaw: Fix build with ghc 8.10. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- haskell/haskell-OpenGLRaw/haskell-OpenGLRaw.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell/haskell-OpenGLRaw/haskell-OpenGLRaw.SlackBuild b/haskell/haskell-OpenGLRaw/haskell-OpenGLRaw.SlackBuild index 4784b03cc7..f1ab557a26 100644 --- a/haskell/haskell-OpenGLRaw/haskell-OpenGLRaw.SlackBuild +++ b/haskell/haskell-OpenGLRaw/haskell-OpenGLRaw.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