From db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 15 Sep 2021 20:34:28 -0400 Subject: fix %setup --- newmoon/newmoon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index df5710b..fda941f 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -112,7 +112,7 @@ and themes to make the browser truly your own. %global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') %prep -setup -q -n %{tarballdir} +%setup -q -n %{tarballdir} #tar -C platform --strip-components=1 -zxf %%{SOURCE1} # git submodule %{__cp} %{SOURCE2} ./.mozconfig %if 0%{?fedora} >= 30 -- cgit