mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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>
This commit is contained in:
parent
8d5cb098aa
commit
3da23b14ef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue