]> git.eshelyaron.com Git - emacs.git/commitdiff
(install): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 4 Sep 1997 01:22:26 +0000 (01:22 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 4 Sep 1997 01:22:26 +0000 (01:22 +0000)
leim/Makefile.in

index eaef776334d4640f863eba748d1ed3f106192a7d..aae83b8f424351dde9cb23679c0af05150f5d35a 100644 (file)
@@ -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 \