Makefile improvement for sudo make install. Thanks, Eric Siegerman
This commit is contained in:
parent
5e68b322ec
commit
f88ff8d460
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
in the web when some urls don't work, as long as at least one url does
|
||||
work.
|
||||
* Makefile improvement for sudo make install.
|
||||
Thanks, Eric Siegerman
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Mon, 30 Oct 2017 12:01:45 -0400
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Add table
Reference in a new issue