fix name of path to osx app directory

This commit is contained in:
Joey Hess 2012-10-06 17:03:40 -04:00
parent 6cad247c5f
commit 0e0003f004

View file

@ -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