Mercurial > emacs
diff ChangeLog @ 104885:978084a76b60
(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.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 09 Sep 2009 02:34:17 +0000 |
| parents | dbb1369b5eaf |
| children | ce02e739e6e8 |
line wrap: on
line diff
--- a/ChangeLog Wed Sep 09 02:32:48 2009 +0000 +++ b/ChangeLog Wed Sep 09 02:34:17 2009 +0000 @@ -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.
