From e8c0c7586956d51f50b2e3378c81b0b3eb899d68 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Aug 1997 03:25:49 +0000 Subject: (install): Discard extra data in tar | tar command. --- leim/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1