From 2c4396c417713c355d9b9394d97ab235a8130d81 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 8 Dec 2002 13:18:02 +0000 Subject: [PATCH] (install-arch-indep): Revert last change. --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index c69ab254349..07fd1f6063e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -440,12 +440,12 @@ install-arch-indep: mkdir info if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ else true; fi -unset CDPATH; \ - if [ -r ${srcdir}/lisp ] \ - && [ -r ${srcdir}/lisp/simple.el ] \ - && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ]; \ + if [ -r ./lisp ] \ + && [ -r ./lisp/simple.el ] \ + && [ x`(cd ./lisp; /bin/pwd)` != x`(cd ${lispdir}; /bin/pwd)` ]; \ then \ echo "Copying lisp/*.el and lisp/*.elc to ${lispdir} ..." ; \ - (cd ${srcdir}/lisp; tar -chf - *.el *.elc) \ + (cd lisp; tar -chf - *.el *.elc) \ |(cd ${lispdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ (cd ${lispdir}; find . -exec chown $${LOGNAME} {} ';') ; \ else true; fi -- 2.39.5