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:
parent
078227951f
commit
84e1d56ade
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue