Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit e834a45

Browse files
committed
point doc aliases on osx correctly
1 parent 766cb93 commit e834a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hptool/os-extras/osx/bin/activate-hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ if [ -d "$hpRoot" ] ; then
266266
fi
267267
fi
268268

269-
symLink $ghcRoot/usr/share/doc/ghc/html $hpRoot/doc/ghc-doc
270-
symLink $ghcRoot/usr/share/doc/ghc/html/libraries/ghc-$ghcVersion $hpRoot/doc/ghc-api
269+
symLink $ghcRoot/usr/share/doc/ghc-$ghcVersion/html $hpRoot/doc/ghc-doc
270+
symLink $ghcRoot/usr/share/doc/ghc-$ghcVersion/html/libraries/ghc-$ghcVersion $hpRoot/doc/ghc-api
271271
fi
272272

273273
###

0 commit comments

Comments
 (0)