We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be27325 commit cc2f2a1Copy full SHA for cc2f2a1
build/pkgs/cvxopt/spkg-install.in
@@ -82,10 +82,6 @@ sdh_pip_install .
82
83
if [ "x$SAGE_SPKG_INSTALL_DOCS" = xyes ] ; then
84
cd doc
85
- # checking to see if there is previously installed documentation.
86
- if [ -d $SAGE_LOCAL/share/doc/cvxopt/html ] ; then
87
- rm -rf $SAGE_LOCAL/share/doc/cvxopt/html
88
- fi
89
mkdir -p "${SAGE_DESTDIR}${SAGE_LOCAL}/share/doc/cvxopt/html"
90
cp -r html/* "${SAGE_DESTDIR}${SAGE_LOCAL}/share/doc/cvxopt/html/"
91
fi
0 commit comments