mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Documentation build is optional on some arches
This commit is contained in:
parent
ac51cc9608
commit
a6864ab7ec
1 changed files with 2 additions and 0 deletions
|
@ -1344,6 +1344,7 @@ exit 0
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
%if %{with docs}
|
||||||
# Upgrade correction for change from directory to symlink
|
# Upgrade correction for change from directory to symlink
|
||||||
%post doc
|
%post doc
|
||||||
if [ ! -e %{SAGE_DOC}/common ]; then
|
if [ ! -e %{SAGE_DOC}/common ]; then
|
||||||
|
@ -1358,6 +1359,7 @@ if [ $1 -eq 0 ] ; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
%endif
|
||||||
|
|
||||||
%post sagetex
|
%post sagetex
|
||||||
%{_bindir}/mktexlsr
|
%{_bindir}/mktexlsr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue