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 :: FilePath -> IO ()
writeOSXDesktop command = do writeOSXDesktop command = do
installAutoStart command =<< inDestDir =<< ifM systemwideInstall installAutoStart command =<< inDestDir =<< ifM systemwideInstall
( return $ systemAutoStart autoStartLabel ( return $ systemAutoStart osxAutoStartLabel
, userAutoStart autoStartLabel , userAutoStart osxAutoStartLabel
) )
{- Install the OSX app in non-self-contained mode. -} {- Install the OSX app in non-self-contained mode. -}