osx build fix

This commit is contained in:
Joey Hess 2012-09-29 01:08:05 -04:00
parent 8f7c1daefe
commit b7df987adb

View file

@ -70,8 +70,8 @@ writeFDODesktop command = do
writeOSXDesktop :: FilePath -> IO ()
writeOSXDesktop command = do
installAutoStart command =<< inDestDir =<< ifM systemwideInstall
( return $ systemAutoStart autoStartLabel
, userAutoStart autoStartLabel
( return $ systemAutoStart osxAutoStartLabel
, userAutoStart osxAutoStartLabel
)
{- Install the OSX app in non-self-contained mode. -}