Ignore fmtutil command status

It is not important for the build, just inform about latex tools.
This commit is contained in:
Petr Menšík 2020-08-28 11:15:29 +02:00
parent 823e9d22cf
commit bd765f0cce
1 changed files with 2 additions and 2 deletions

View File

@ -583,8 +583,8 @@ export LIBDIR_SUFFIX
# avoid using home for pdf latex files
export TEXMFVAR="`pwd`"
export TEXMFCONFIG="`pwd`"
fmtutil-user --listcfg
fmtutil-user --missing
fmtutil-user --listcfg || :
fmtutil-user --missing || :
%endif
%make_build