1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(install): Discard extra data in tar | tar command.

This commit is contained in:
Richard M. Stallman 1997-08-26 03:25:49 +00:00
parent 078227951f
commit 84e1d56ade

View file

@ -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: