From e5323f4414a46def125ea93c5ff3af72599ff5f8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Nov 2015 10:51:21 -0400 Subject: [PATCH] got logic backwards.. --- Build/DesktopFile.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/DesktopFile.hs b/Build/DesktopFile.hs index cb5a47b691..cb02d749cf 100644 --- a/Build/DesktopFile.hs +++ b/Build/DesktopFile.hs @@ -82,6 +82,6 @@ install command = do installUser :: FilePath -> IO () installUser command = ifM systemwideInstall - ( install command - , return () + ( return () + , install command ) -- 2.30.2