(install-arch-indep): Add missing backslash after a `then'.

This commit is contained in:
Roland McGrath 1994-03-18 00:31:13 +00:00
parent ff773a4e16
commit 5e9e88fde0

View file

@ -305,7 +305,7 @@ install-arch-indep: mkdir
(cd etc; tar -cf - DOC*)|(cd ${docdir}; umask 0; tar -xvf - ); \
else true; fi
if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
then
then \
(cd ${srcdir}/info ; \
if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
(cd this_dir; ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir); \