Skip to content

Commit cc2f2a1

Browse files
Matthias Koeppedimpase
authored andcommitted
build/pkgs/cvxopt/spkg-install.in: Remove legacy uninstall of docs
1 parent be27325 commit cc2f2a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/pkgs/cvxopt/spkg-install.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ sdh_pip_install .
8282

8383
if [ "x$SAGE_SPKG_INSTALL_DOCS" = xyes ] ; then
8484
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
8985
mkdir -p "${SAGE_DESTDIR}${SAGE_LOCAL}/share/doc/cvxopt/html"
9086
cp -r html/* "${SAGE_DESTDIR}${SAGE_LOCAL}/share/doc/cvxopt/html/"
9187
fi

0 commit comments

Comments
 (0)