From e62a975aa3b2490fd5ebb2ccb9ea705bdd4509da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 23 Sep 2012 12:00:14 -0400 Subject: [PATCH] install in /Applications --- Build/InstallDesktopFile.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build/InstallDesktopFile.hs b/Build/InstallDesktopFile.hs index 9c721f9685..7d5e250f74 100644 --- a/Build/InstallDesktopFile.hs +++ b/Build/InstallDesktopFile.hs @@ -96,8 +96,7 @@ installOSXAppFile appdir appfile mcontent = do let src = "ui-macos" appdir appfile home <- myHomeDir dest <- ifM isRoot - -- no idea where to install as root - ( return $ "/Library/git-annex" appdir appfile + ( return $ "/Applications" appdir appfile , return $ home "Desktop" appdir appfile ) content <- maybe (readFile src) return mcontent