From a2b31685f9eb63358406c4284823903f2194d321 Mon Sep 17 00:00:00 2001 From: tuibuilder_pel7ppc64lebuilder0 Date: Mon, 14 Dec 2020 16:03:09 +0100 Subject: [PATCH] texlive-base remove dummy.tex generation Signed-off-by: tuibuilder_pel7ppc64lebuilder0 --- SPECS/texlive-base.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/SPECS/texlive-base.spec b/SPECS/texlive-base.spec index 68d0cd2..68b1294 100644 --- a/SPECS/texlive-base.spec +++ b/SPECS/texlive-base.spec @@ -6545,14 +6545,14 @@ done %build # Make texlive generate latex.fmt, so that multiple threads do not race to # make it during the xindy build. -cat > dummy.tex << EOF -\documentclass{article} -\begin{document} -This is a document. -\end{document} -EOF -latex dummy.tex -rm -f dummy.* +#cat > dummy.tex << EOF +#\documentclass{article} +#\begin{document} +#This is a document. +#\end{document} +#EOF +#latex dummy.tex +#rm -f dummy.* # When redhat-rpm-config is updated in all stable targets, this conditional can go away export LDFLAGS="%{__global_ldflags}"