From 84e1d56ade8b4481d163992b08c0cedebcc60259 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Aug 1997 03:25:49 +0000 Subject: [PATCH] (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: -- 2.39.5