summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-09-04 01:22:26 +0000
committerKenichi Handa <handa@m17n.org>1997-09-04 01:22:26 +0000
commit6093b0eb2c00b48710d05d5f1797e03f2ed71c3c (patch)
tree70f5ad13308606131a67add3e52d5eebeb7110af /leim
parent5174b04b392208e3e0f4caad6582a49f1a2cc43d (diff)
downloademacs-6093b0eb2c00b48710d05d5f1797e03f2ed71c3c.tar.gz
(install): Fix previous change.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \