diff options
author | B. Stack <bgstack15@gmail.com> | 2021-09-15 20:34:28 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-09-15 20:34:28 -0400 |
commit | db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8 (patch) | |
tree | f5b206365d3cc0d67afd5bdad6077f1030133385 /newmoon/newmoon.spec | |
parent | use new git tracking repo (diff) | |
download | stackrpms-db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8.tar.gz stackrpms-db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8.tar.bz2 stackrpms-db0d2d7d33eb471a559b6ae24cfcf7f9b89dd8a8.zip |
fix %setup
Diffstat (limited to 'newmoon/newmoon.spec')
-rw-r--r-- | newmoon/newmoon.spec | 2 |
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 |