diff options
Diffstat (limited to 'haskell/ghc/ghc.SlackBuild')
-rw-r--r-- | haskell/ghc/ghc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell/ghc/ghc.SlackBuild b/haskell/ghc/ghc.SlackBuild index 6071f388dee08..964b6770c24b7 100644 --- a/haskell/ghc/ghc.SlackBuild +++ b/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 |