From aa5cc10d1a34d7a193b9c67377294cba1e0db0a3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 4 Sep 1997 01:22:26 +0000 Subject: [PATCH] (install): Fix previous change. --- leim/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leim/Makefile.in b/leim/Makefile.in index eaef776334d..aae83b8f424 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -154,7 +154,7 @@ install: all 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 \ -- 2.39.2