diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-11-27 15:41:52 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-11-27 15:41:52 +0000 |
commit | 98198c4f7c1900614b449eb848b22a2865fc6be7 (patch) | |
tree | 336fecac8697e6e9cb56fbdf90c454905109733e /Makefile.in | |
parent | f7e73b1d1683eedaf405b35cc95f25113028887f (diff) | |
download | emacs-98198c4f7c1900614b449eb848b22a2865fc6be7.tar.gz |
Touch only the parts of the share/emacs directory specific to this
version.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7bfa7900828..b2ee0caf8ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -518,7 +518,7 @@ install-arch-indep: mkdir info ${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 \ |