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
|
=<< dirContents srcdir
|
||||||
#endif
|
#endif
|
||||||
sanitycheck dir =
|
sanitycheck dir =
|
||||||
unlessM doesDirectoryExist $
|
unlessM (doesDirectoryExist dir) $
|
||||||
error $ "did not find " ++ dir ++ " in " ++ distributionfile
|
error $ "did not find " ++ dir ++ " in " ++ distributionfile
|
||||||
makeorigsymlink olddir = do
|
makeorigsymlink olddir = do
|
||||||
let origdir = parentDir olddir </> installBase
|
let origdir = parentDir olddir </> installBase
|
||||||
|
|
Loading…
Add table
Reference in a new issue