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".
This commit is contained in:
parent
711f1e26bb
commit
5e68b322ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue