Mercurial > emacs
changeset 19533:e67f4e6a5a24
(install): Discard extra data in tar | tar command.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Aug 1997 03:25:49 +0000 |
parents | 9dcee56b2966 |
children | f2fe77b50fb1 |
files | leim/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/leim/Makefile.in Tue Aug 26 01:36:29 1997 +0000 +++ b/leim/Makefile.in Tue Aug 26 03:25:49 1997 +0000 @@ -157,7 +157,7 @@ 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: