From 714225524576fe626b4c766f27b852bd9a58e6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 9 Aug 2022 11:38:22 +0100 Subject: [PATCH] build-nocheck is archaic --- libreoffice.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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