mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 11:45:56 -04:00
Add builddir to python path to avoid embedded buildroot
in some debug
This commit is contained in:
parent
9737ac2051
commit
52f8dc7839
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ mkdir -p $DOT_SAGE/tmp
|
|||
|
||||
export PATH=%{buildroot}%{_bindir}:$PATH
|
||||
export PYTHONPATH=%{buildroot}%{python_sitearch}:$PYTHONPATH
|
||||
export PYTHONPATH=%{_builddir}%{python_sitearch}:$PYTHONPATH
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue