summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-18 13:40:13 -0400
committerGlenn Morris <rgm@gnu.org>2012-05-18 13:40:13 -0400
commit568c6157f3061ab5b3e824c8ff494a50fcc0517f (patch)
tree72345557ecd13166ed11a81008040abb7c1d570d /Makefile.in
parentb1a107166626f4d26399f828fba43b56d57ebeb8 (diff)
downloademacs-568c6157f3061ab5b3e824c8ff494a50fcc0517f.tar.gz
Minor fix for previous change.
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 117fdbe52ae..69757d59e6c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -574,6 +574,7 @@ install-arch-indep: info install-leim ${INSTALL_ARCH_INDEP_EXTRA}
subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \
${write_subdir} || true
-unset CDPATH; \
+ umask 022; ${MKDIR_P} $(DESTDIR)${docdir} ; \
if [ `(cd ./etc; /bin/pwd)` != `(cd $(DESTDIR)${docdir}; /bin/pwd)` ]; \
then \
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}
docfile="DOC"; \
fi; \
echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \
- umask 022; ${MKDIR_P} $(DESTDIR)${docdir} ; \
${INSTALL_DATA} etc/$${docfile} $(DESTDIR)${docdir}/$${docfile}; \
(cd $(DESTDIR)$(docdir); \
$(set_installuser); \