From 61a221fecd746daab6617602d1fd4ea9d74c5ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2?= Date: Fri, 23 Oct 2020 23:04:52 +0000 Subject: [PATCH] fix macro --- java-11-openjdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index 63bfc10..b37ee40 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -1410,7 +1410,7 @@ if [ %{include_debug_build} -eq 0 -a %{include_normal_build} -eq 0 ] ; then echo "You have disabled both include_debug_build and include_normal_build. That is a no go." exit 13 fi -%setup -q -c -n %{uniquesuffix ""} -T -a 0 %{?_with_bootstrap:-b 301} +%setup -q -c -n %{uniquesuffix ""} -T -a 0 %{?with_bootstrap:-b 301} # https://bugzilla.redhat.com/show_bug.cgi?id=1189084 prioritylength=`expr length %{priority}` if [ $prioritylength -ne 8 ] ; then