From 63cb08b8f633de4220d89f4d91549638da29667f Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Aug 17 2016 01:23:15 +0000 Subject: try this Signed-off-by: Ricky Elrod --- 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