summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/newmoon.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec
index 7e7311c..d356f29 100644
--- a/newmoon/newmoon.spec
+++ b/newmoon/newmoon.spec
@@ -114,7 +114,7 @@ and themes to make the browser truly your own.
%prep
%setup -q -n %{tarballdir}
-tar -C platform --strip-components=1 -zxf %%{SOURCE1} # git submodule
+tar -C platform --strip-components=1 -zxf %{SOURCE1} # git submodule
%{__cp} %{SOURCE2} ./.mozconfig
%if 0%{?fedora} >= 30
sed -i -r -e '/enable-optimize/s/"\s*$/ -Wno-format-overflow"/' ./.mozconfig
bgstack15