From 5aa000523befd1dee93d86f5784c05a856e807d3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 6 Oct 2012 17:03:40 -0400 Subject: fix name of path to osx app directory --- Build/InstallDesktopFile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index f39237902..1bcba70fd 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -87,7 +87,7 @@ writeOSXDesktop command = do installOSXAppFile :: FilePath -> FilePath -> Maybe String -> IO () installOSXAppFile appdir appfile mcontent = do - let src = "standalone" "macos" appdir appfile + let src = "standalone" "osx" appdir appfile home <- myHomeDir dest <- ifM systemwideInstall ( return $ "/Applications" appdir appfile -- cgit v1.2.3