diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-09 02:34:17 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-09 02:34:17 +0000 |
commit | 07cd41530f4ab95111a468ac6ed1453a3a430796 (patch) | |
tree | cafa6517f1bf06c7e49dfc9e7231d044e0687399 /ChangeLog | |
parent | a82a8b75191d3696a075e6a27ee6331fce1b3580 (diff) | |
download | emacs-07cd41530f4ab95111a468ac6ed1453a3a430796.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-- | ChangeLog | 8 |
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. |