diff --git a/Assistant/Upgrade.hs b/Assistant/Upgrade.hs index 9e5718b26d..4a62efef07 100644 --- a/Assistant/Upgrade.hs +++ b/Assistant/Upgrade.hs @@ -163,7 +163,7 @@ upgradeToDistribution newdir cleanup distributionfile = do sanitycheck tmpdir void $ boolSystem "cp" [ Param "-R" - , File $ tmpdir installbase + , File $ tmpdir installBase , File $ newdir ] void $ boolSystem "hdiutil"