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

@ -6,6 +6,8 @@ git-annex (6.20171027) UNRELEASED; urgency=medium
* When there are multiple urls for a file, still treat it as being present * When there are multiple urls for a file, still treat it as being present
in the web when some urls don't work, as long as at least one url does in the web when some urls don't work, as long as at least one url does
work. work.
* Makefile improvement for sudo make install.
Thanks, Eric Siegerman
-- Joey Hess <id@joeyh.name> Mon, 30 Oct 2017 12:01:45 -0400 -- Joey Hess <id@joeyh.name> Mon, 30 Oct 2017 12:01:45 -0400

View file

@ -22,3 +22,8 @@
# set to "./Setup" if you lack a cabal program. Or can be set to "stack" # set to "./Setup" if you lack a cabal program. Or can be set to "stack"
BUILDER?=cabal 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]]