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 sanitycheck tmpdir
void $ boolSystem "cp" void $ boolSystem "cp"
[ Param "-R" [ Param "-R"
, File $ tmpdir </> installbase , File $ tmpdir </> installBase
, File $ newdir , File $ newdir
] ]
void $ boolSystem "hdiutil" void $ boolSystem "hdiutil"