From: Richard M. Stallman Date: Tue, 26 Aug 1997 03:25:49 +0000 (+0000) Subject: (install): Discard extra data in tar | tar command. X-Git-Tag: emacs-20.1~415 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84e1d56ade8b4481d163992b08c0cedebcc60259;p=emacs.git (install): Discard extra data in tar | tar command. --- 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 rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/skk ; \ echo "Copying leim files to ${INSTALLDIR} ..." ; \ tar -chf - leim-list.el ${SUBDIRS} \ - | (cd ${INSTALLDIR}; umask 0; tar -xvf -) ; \ + | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ else true; fi clean mostlyclean: