summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-12-19 16:46:18 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-12-19 16:46:18 +0000
commit723b62caa8755ef1dab74e372d851ba00250194d (patch)
treef90d74d2e36b4a32483e940ead9c111bf136d1e5 /firefox.spec
parentfixed sdk path (diff)
downloadlibrewolf-fedora-ff-723b62caa8755ef1dab74e372d851ba00250194d.tar.gz
librewolf-fedora-ff-723b62caa8755ef1dab74e372d851ba00250194d.tar.bz2
librewolf-fedora-ff-723b62caa8755ef1dab74e372d851ba00250194d.zip
removed a typo
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 689ed90..8f99b40 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -107,7 +107,6 @@ compliance, performance and portability.
%if %{official_branding}
%{__cat} %{SOURCE11} >> .mozconfig
%endif
-%{__cat} %{SOURCE11} >> .mozconfig
# Set up SDK path
echo "ac_add_options --with-libxul-sdk=\
bgstack15