From 55606fab72bb9a54b02a610eda9bcb8bf0744e34 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 Apr 2013 19:02:14 -0400 Subject: fix menu file installation directory --- Assistant/Install.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant') 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 -- cgit v1.2.3