summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 45f3c22..9864d27 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -38,8 +38,8 @@ ExcludeArch: s390x
%ifarch ppc64 s390x
%global big_endian 1
%endif
-%bcond_without debug_build
-%if %{with debug_build}
+%bcond_without debug
+%if %{with debug}
%global debug_build 1
%else
%global debug_build 0
bgstack15