Revert last two changes.

This commit is contained in:
Andreas Schwab 2004-05-28 09:48:58 +00:00
parent 4aa609dc30
commit 57c878bbd6

View file

@ -445,11 +445,9 @@ install-arch-indep: mkdir info
if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \
then \
echo "Copying etc/DOC-* to ${docdir} ..." ; \
(cd ./etc; tar -chf - DOC* compilation.txt) \
(cd ./etc; tar -chf - DOC*) \
|(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
(cd $(docdir); \
chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \
chmod a+r DOC* compilation.txt; \
(cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
else true; fi
-unset CDPATH; \