typo
This commit is contained in:
parent
85a82957ea
commit
ee3ff0e584
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ upgradeToDistribution newdir cleanup distributionfile = do
|
|||
=<< dirContents srcdir
|
||||
#endif
|
||||
sanitycheck dir =
|
||||
unlessM doesDirectoryExist $
|
||||
unlessM (doesDirectoryExist dir) $
|
||||
error $ "did not find " ++ dir ++ " in " ++ distributionfile
|
||||
makeorigsymlink olddir = do
|
||||
let origdir = parentDir olddir </> installBase
|
||||
|
|
Loading…
Add table
Reference in a new issue