mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-17 17:59:02 -04:00
Correct build on non x86 arches
This commit is contained in:
parent
2382c8ff4a
commit
c20a6508e3
1 changed files with 4 additions and 2 deletions
|
@ -1313,8 +1313,10 @@ EOF
|
||||||
chmod +x %{buildroot}%{SAGE_LOCAL}/bin/sage-list-packages
|
chmod +x %{buildroot}%{SAGE_LOCAL}/bin/sage-list-packages
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
|
||||||
# do not install symlink to '.'
|
%if %{with docs}
|
||||||
rm %{buildroot}%{SAGE_DOC}/output
|
# do not install symlink to '.'
|
||||||
|
rm %{buildroot}%{SAGE_DOC}/output
|
||||||
|
%endif
|
||||||
|
|
||||||
# last install command
|
# last install command
|
||||||
rm -fr $DOT_SAGE
|
rm -fr $DOT_SAGE
|
||||||
|
|
Loading…
Add table
Reference in a new issue