summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-06 17:03:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-06 17:03:40 -0400
commit5aa000523befd1dee93d86f5784c05a856e807d3 (patch)
treeba53c9f9ce7256d3af017779de6deec008c3bc45
parentdbf59167c40b112c78b4beeee3025eb2438a8f8e (diff)
fix name of path to osx app directory
-rw-r--r--Build/InstallDesktopFile.hs2
1 files changed, 1 insertions, 1 deletions
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