aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-26 03:25:49 +0000
committerRichard M. Stallman1997-08-26 03:25:49 +0000
commit84e1d56ade8b4481d163992b08c0cedebcc60259 (patch)
tree68bea3e763885d23f0affc292729d291c9ac1767
parent078227951fc394a44d85e679f87ad4ffc37c9343 (diff)
downloademacs-84e1d56ade8b4481d163992b08c0cedebcc60259.tar.gz
emacs-84e1d56ade8b4481d163992b08c0cedebcc60259.zip
(install): Discard extra data in tar | tar command.
-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: