aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-18 13:40:13 -0400
committerGlenn Morris2012-05-18 13:40:13 -0400
commit568c6157f3061ab5b3e824c8ff494a50fcc0517f (patch)
tree72345557ecd13166ed11a81008040abb7c1d570d
parentb1a107166626f4d26399f828fba43b56d57ebeb8 (diff)
downloademacs-568c6157f3061ab5b3e824c8ff494a50fcc0517f.tar.gz
emacs-568c6157f3061ab5b3e824c8ff494a50fcc0517f.zip
Minor fix for previous change.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 117fdbe52ae..69757d59e6c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -574,6 +574,7 @@ install-arch-indep: info install-leim ${INSTALL_ARCH_INDEP_EXTRA}
574 subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \ 574 subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \
575 ${write_subdir} || true 575 ${write_subdir} || true
576 -unset CDPATH; \ 576 -unset CDPATH; \
577 umask 022; ${MKDIR_P} $(DESTDIR)${docdir} ; \
577 if [ `(cd ./etc; /bin/pwd)` != `(cd $(DESTDIR)${docdir}; /bin/pwd)` ]; \ 578 if [ `(cd ./etc; /bin/pwd)` != `(cd $(DESTDIR)${docdir}; /bin/pwd)` ]; \
578 then \ 579 then \
579 fullversion=`./src/emacs --version | sed -n '1 s/GNU Emacs *//p'`; \ 580 fullversion=`./src/emacs --version | sed -n '1 s/GNU Emacs *//p'`; \
@@ -584,7 +585,6 @@ install-arch-indep: info install-leim ${INSTALL_ARCH_INDEP_EXTRA}
584 docfile="DOC"; \ 585 docfile="DOC"; \
585 fi; \ 586 fi; \
586 echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \ 587 echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \
587 umask 022; ${MKDIR_P} $(DESTDIR)${docdir} ; \
588 ${INSTALL_DATA} etc/$${docfile} $(DESTDIR)${docdir}/$${docfile}; \ 588 ${INSTALL_DATA} etc/$${docfile} $(DESTDIR)${docdir}/$${docfile}; \
589 (cd $(DESTDIR)$(docdir); \ 589 (cd $(DESTDIR)$(docdir); \
590 $(set_installuser); \ 590 $(set_installuser); \