Mercurial > emacs
changeset 74251:88beb338a4cc
Touch only the parts of the share/emacs directory specific to this
version.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 27 Nov 2006 15:41:52 +0000 |
parents | 902c7026a247 |
children | efa83b1588ba |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Nov 27 15:41:41 2006 +0000 +++ b/Makefile.in Mon Nov 27 15:41:52 2006 +0000 @@ -518,7 +518,7 @@ ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \ done; \ else true; fi - -chmod -R a+r $(DESTDIR)${datadir}/emacs ${COPYDESTS} $(DESTDIR)${infodir} + -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} $(DESTDIR)${datadir}/emacs/site-lisp ${COPYDESTS} $(DESTDIR)${infodir} thisdir=`/bin/pwd`; \ cd ${srcdir}/etc; \ for page in emacs emacsclient etags ctags ; do \