From 8ae46801f52de9b9ef2a21b42246d3e3f4a87e97 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 22 May 2022 14:19:51 -0400 Subject: fix typo --- newmoon/newmoon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newmoon') 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 -- cgit