From bd765f0cce22e9b8fc188b5d7b02ab2661125027 Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Aug 28 2020 09:15:29 +0000 Subject: Ignore fmtutil command status It is not important for the build, just inform about latex tools. --- diff --git a/bind.spec b/bind.spec index 69f065b..ff412e9 100644 --- a/bind.spec +++ b/bind.spec @@ -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