Browse Source

haskell/ghc: Install the man page in the correct place.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/169/head
Matteo Bernardini 4 years ago
committed by Willy Sudiarto Raharjo
parent
commit
3da23b14ef
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      haskell/ghc/ghc.SlackBuild

2
haskell/ghc/ghc.SlackBuild

@ -145,7 +145,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
# If docs were not built and installed, let's install the prebuilt manpage
# (taken from the prebuilt tarball)
if [ ! -d $PKG/usr/man ]; then
install -D -m0644 $CWD/ghc.1 $PKG/usr/man/man1
install -D -m0644 $CWD/ghc.1 $PKG/usr/man/man1/ghc.1
fi
# Install the bash completion file too

Loading…
Cancel
Save