From 9199ba473bda4eacc6d1bdde99180fef35bc2049 Mon Sep 17 00:00:00 2001 From: Eric Siegerman Date: Tue, 7 Nov 2017 16:22:25 -0400 Subject: Build Build/InstallDesktopFile at "make all" time If you run stack as root (e.g. for "make install"), any files it creates under ./ will, of course, be owned by root. That's a problem for subsequent runs as non-root. Reduce the likelihood of that happening by building Build/InstallDesktopFile during "make all", so that it needn't be built by "make install". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aceb65cae..6ac241f67 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all=git-annex git-annex-shell mans docs +all=git-annex git-annex-shell mans docs Build/InstallDesktopFile # set to "./Setup" if you lack a cabal program. Or can be set to "stack" BUILDER?=cabal -- cgit v1.2.3