texlive-base remove dummy.tex generation
Signed-off-by: tuibuilder_pel7ppc64lebuilder0 <tuibuilder@powerel.org>master
parent
53869732f6
commit
a2b31685f9
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue