From 63cb08b8f633de4220d89f4d91549638da29667f Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 16 Aug 2016 21:23:15 -0400 Subject: [PATCH] try this Signed-off-by: Ricky Elrod --- python-flask.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-flask.spec b/python-flask.spec index a0d7b41..d878f21 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -140,7 +140,7 @@ pushd %{py3dir} # Need to install flask in the setuptools "develop" mode to build docs # The BuildRequires on Werkzeug, Jinja2 and Sphinx is due to this as well. export PYTHONPATH=%{buildroot}%{python3_sitelib} -%{__python3} setup.py develop --prefix %{buildroot}/%{_prefix} +%{__python3} setup.py develop --prefix %{buildroot}/%{_prefix} --install-dir %{buildroot}/%{python3_sitelib} make -C docs html rm -rf %{buildroot}%{python3_sitelib}/site.py