From 3753015a3533abdeccd979b2868f4fdbad001f53 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Sep 2012 01:08:05 -0400 Subject: osx build fix --- Build/InstallDesktopFile.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build') diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index 7bf97a0dd..d509c3313 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -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. -} -- cgit v1.2.3