From: Chong Yidong Date: Mon, 27 Nov 2006 15:41:52 +0000 (+0000) Subject: Touch only the parts of the share/emacs directory specific to this X-Git-Tag: emacs-pretest-22.0.92~452 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98198c4f7c1900614b449eb848b22a2865fc6be7;p=emacs.git Touch only the parts of the share/emacs directory specific to this version. --- 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 \