diff --git a/texlive.spec b/texlive.spec index 8ed5250..4976fc3 100644 --- a/texlive.spec +++ b/texlive.spec @@ -4099,6 +4099,7 @@ fi (cat>${prefix}/bin/$broken)<<-'EOF' #!/bin/sh echo "${0}: is not supported on $(uname -m)" 1>&2 + echo "${0}: Report at https://github.com/LuaJIT/LuaJIT/issues/42" 1>&2 exit 1 EOF chmod 0755 ${prefix}/bin/$broken