aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--leim/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index db010f4e680..3e6ad0a3fe4 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -157,7 +157,7 @@ install: all
157 rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \ 157 rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \
158 echo "Copying leim files to ${INSTALLDIR} ..." ; \ 158 echo "Copying leim files to ${INSTALLDIR} ..." ; \
159 tar -chf - leim-list.el ${SUBDIRS} \ 159 tar -chf - leim-list.el ${SUBDIRS} \
160 | (cd ${INSTALLDIR}; umask 0; tar -xvf -) ; \ 160 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
161 else true; fi 161 else true; fi
162 162
163clean mostlyclean: 163clean mostlyclean: