diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-01 13:38:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-01 13:38:19 -0400 |
commit | af6d5c5f2198858c08960b0948d30cb384b35687 (patch) | |
tree | bcf3a58b22d99b470f1b234fc99c0abfa468773d /Build/InstallDesktopFile.hs | |
parent | 693c12e020148c3154919a939f5aed3eaa223471 (diff) |
move
Diffstat (limited to 'Build/InstallDesktopFile.hs')
-rw-r--r-- | Build/InstallDesktopFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index d509c3313..f39237902 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 = "ui-macos" </> appdir </> appfile + let src = "standalone" </> "macos" </> appdir </> appfile home <- myHomeDir dest <- ifM systemwideInstall ( return $ "/Applications" </> appdir </> appfile |