summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-11-27 15:41:52 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-11-27 15:41:52 +0000
commit98198c4f7c1900614b449eb848b22a2865fc6be7 (patch)
tree336fecac8697e6e9cb56fbdf90c454905109733e /Makefile.in
parentf7e73b1d1683eedaf405b35cc95f25113028887f (diff)
downloademacs-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.in2
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 \