diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-20 19:02:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-20 19:02:14 -0400 |
commit | 55606fab72bb9a54b02a610eda9bcb8bf0744e34 (patch) | |
tree | f74b67581fc2f0921bbdf85fe64f8ffaec7a6e46 /Assistant | |
parent | 640a888d370ea6950d5f5236463d8e76a0002b0c (diff) |
fix menu file installation directory
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Install.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Install.hs b/Assistant/Install.hs index 56a29c2b3..3860ed840 100644 --- a/Assistant/Install.hs +++ b/Assistant/Install.hs @@ -51,7 +51,7 @@ ensureInstalled = go =<< standaloneAppBase autostartfile <- userAutoStart osxAutoStartLabel #else installMenu program - =<< desktopMenuFilePath "git-annex" <$> userConfigDir + =<< desktopMenuFilePath "git-annex" <$> userDataDir autostartfile <- autoStartPath "git-annex" <$> userConfigDir #endif installAutoStart program autostartfile |