summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-07 16:29:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-07 16:29:58 -0400
commitbc8832ee832a5ae8cbe0d6bc2451c82860b94a12 (patch)
tree4675de73a84ab476276d5ae5be4db37726a14119
parent9199ba473bda4eacc6d1bdde99180fef35bc2049 (diff)
Makefile improvement for sudo make install. Thanks, Eric Siegerman
-rw-r--r--CHANGELOG2
-rw-r--r--doc/bugs/__91__PATCH__93___Build_Build__47__InstallDesktopFile_at___34__make_all__34___time.mdwn5
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 868db42af..ed5ab0c7f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/doc/bugs/__91__PATCH__93___Build_Build__47__InstallDesktopFile_at___34__make_all__34___time.mdwn b/doc/bugs/__91__PATCH__93___Build_Build__47__InstallDesktopFile_at___34__make_all__34___time.mdwn
index 0ee250c6c..ef4e63ffa 100644
--- a/doc/bugs/__91__PATCH__93___Build_Build__47__InstallDesktopFile_at___34__make_all__34___time.mdwn
+++ b/doc/bugs/__91__PATCH__93___Build_Build__47__InstallDesktopFile_at___34__make_all__34___time.mdwn
@@ -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]]