summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-09 02:34:17 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-09 02:34:17 +0000
commit9b437c599e807da36f6a6ba0057024c4cb8b364e (patch)
tree3ac5fdf6f6dea976fd1282e7e89273c25a2cbb95 /ChangeLog
parent477158c5b2eec81f1127f36e6b3d46c45902a5c4 (diff)
downloademacs-9b437c599e807da36f6a6ba0057024c4cb8b364e.tar.gz
(install-arch-indep): Don't recursively change perms of
site-lisp and infodir. There may be non-Emacs files in here, and the files supplied by Emacs are all handled explicitly already. (Bug#3800) (mkdir): Set umask to world-readable before creating directories. mkinstalldirs already checks if dirs exist, don't duplicate this test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceddd01aa06..dae6e155d89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-09 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (install-arch-indep): Don't recursively change perms of
+ site-lisp and infodir. There may be non-Emacs files in here, and the
+ files supplied by Emacs are all handled explicitly already. (Bug#3800)
+ (mkdir): Set umask to world-readable before creating directories.
+ mkinstalldirs already checks if dirs exist, don't duplicate this test.
+
2009-08-29 Glenn Morris <rgm@gnu.org>
* Makefile.in (info-real): Don't ignore errors from doc Makefiles.