Mercurial > emacs
changeset 19742:89aff48b7ffb
(install): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 04 Sep 1997 01:22:26 +0000 |
parents | fedbc9dfb645 |
children | b228f82192d5 |
files | leim/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Thu Sep 04 01:18:55 1997 +0000 +++ b/leim/Makefile.in Thu Sep 04 01:22:26 1997 +0000 @@ -154,7 +154,7 @@ rm -rf ${INSTALLDIR}/leim-list.el; \ rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \ echo "Copying leim files to ${INSTALLDIR} ..." ; \ - if [ x`(cd ${srcdir}; /bin/pwd)` == x`(/bin/pwd)` ] ; then \ + if [ x`(cd ${srcdir}; /bin/pwd)` = x`(/bin/pwd)` ] ; then \ tar -cf - leim-list.el quail skk \ | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ else \