summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-03-13 10:43:38 +0100
committerMartin Stransky <stransky@redhat.com>2017-03-13 10:43:38 +0100
commit82b465dc2feafe2e2f7689ae3fb209951eab2ea5 (patch)
tree158634b73170f2a3be6a6b5f4cc1466555c529d4
parentMerge branch 'master' into f24 (diff)
parentFixed missing %endif (diff)
downloadlibrewolf-fedora-ff-82b465dc2feafe2e2f7689ae3fb209951eab2ea5.tar.gz
librewolf-fedora-ff-82b465dc2feafe2e2f7689ae3fb209951eab2ea5.tar.bz2
librewolf-fedora-ff-82b465dc2feafe2e2f7689ae3fb209951eab2ea5.zip
Merge branch 'master' into f24
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 0cf2e08..f5ed782 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -95,6 +95,7 @@
%ifarch %{ix86} x86_64
%define enable_mozilla_crashreporter 1
%endif
+%endif
Summary: Mozilla Firefox Web browser
Name: firefox
bgstack15