Makefile improvement for sudo make install. Thanks, Eric Siegerman

This commit is contained in:
Joey Hess 2017-11-07 16:29:58 -04:00
parent 5e68b322ec
commit f88ff8d460
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 7 additions and 0 deletions

View file

@ -22,3 +22,8 @@
# set to "./Setup" if you lack a cabal program. Or can be set to "stack"
BUILDER?=cabal
> Applied [[done]]. Note that I had to do a considerable amount of editing to
> get that in to a form that `git am` would accept. In the future,
> providing a patch in a form that `git am` can use would be better.
> --[[Joey]]