This commit is contained in:
Julian Ospald 2020-03-01 01:37:09 +01:00
parent c5699eb641
commit 998f194d23

View File

@ -718,7 +718,7 @@ setGHC ver sghc = do
(destdir </> sharedir)
createSymlink
(destdir </> sharedir)
([s|../ghc/|] <> verBS <> [s|/|] <> toFilePath sharedir)
([s|./ghc/|] <> verBS <> [s|/|] <> toFilePath sharedir)
_ -> pure ()