# HG changeset patch # User Chong Yidong # Date 1164642112 0 # Node ID 88beb338a4cc989c43b86737f509cd5d48561106 # Parent 902c7026a247c595ec4c683411acc9ba53c5ba99 Touch only the parts of the share/emacs directory specific to this version. diff -r 902c7026a247 -r 88beb338a4cc Makefile.in --- 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 \