diff --git a/libreoffice.spec b/libreoffice.spec index 0dcd1c2..e4e3da4 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1105,11 +1105,11 @@ touch autogen.lastrun %{?archoptions} \ %{?flatpakoptions} -if ! make verbose=true build-nocheck; then +if ! make verbose=true build; then echo "build attempt 1 failed" - if ! make verbose=true build-nocheck; then + if ! make verbose=true build; then echo "build attempt 2 failed" - make verbose=true GMAKE_OPTIONS=-rj1 build-nocheck + make verbose=true GMAKE_OPTIONS=-rj1 build fi fi