diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-28 19:08:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-28 19:08:13 -0400 |
commit | edb563a78e51560e8f68d9d61a40f8c4a4963660 (patch) | |
tree | 0b0f3e2d5627728cbaa9040eca1e570167a48445 /Build | |
parent | d70534eb5733e4669fb3b636397ee7acd76948a1 (diff) |
standalone linux app nearly ready
also made several fixes that apply to the OSX app
Diffstat (limited to 'Build')
-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 b4d9251e6..7bf97a0dd 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -64,7 +64,7 @@ writeFDODesktop command = do =<< inDestDir (desktopMenuFilePath "git-annex" datadir) configdir <- ifM systemwideInstall ( return systemConfigDir, userConfigDir ) - writeDesktopMenuFile (autostart command) + installAutoStart command =<< inDestDir (autoStartPath "git-annex" configdir) writeOSXDesktop :: FilePath -> IO () |