summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-09-15 20:34:28 -0400
committerB. Stack <bgstack15@gmail.com>2021-09-15 20:34:28 -0400
commitdb0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8 (patch)
treef5b206365d3cc0d67afd5bdad6077f1030133385 /newmoon
parentuse new git tracking repo (diff)
downloadstackrpms-db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8.tar.gz
stackrpms-db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8.tar.bz2
stackrpms-db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8.zip
fix %setup
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 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
bgstack15