summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-22 14:19:51 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-22 14:19:51 -0400
commit8ae46801f52de9b9ef2a21b42246d3e3f4a87e97 (patch)
treee8ecf7e58435e51193ae2a7195813433001a99fc /newmoon
parentnm: re-add the submodule to rpm spec (diff)
downloadstackrpms-8ae46801f52de9b9ef2a21b42246d3e3f4a87e97.tar.gz
stackrpms-8ae46801f52de9b9ef2a21b42246d3e3f4a87e97.tar.bz2
stackrpms-8ae46801f52de9b9ef2a21b42246d3e3f4a87e97.zip
fix typo
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