This commit is contained in:
Joey Hess 2013-11-25 13:28:52 -04:00
parent e21019eac1
commit dfdffecacf

View file

@ -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"