diff --git a/science/misc/imath/actions.py b/science/misc/imath/actions.py index 7aedcaf8a4..cc5bc2d39d 100644 --- a/science/misc/imath/actions.py +++ b/science/misc/imath/actions.py @@ -19,7 +19,7 @@ def build(): def install(): cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.removeDir("/usr/share/doc/Imath/sphinx/.doctrees") - pisitools.remove("/usr/share/doc/Imath/sphinx/.buildinfo") + #pisitools.removeDir("/usr/share/doc/Imath/sphinx/.doctrees") + #pisitools.remove("/usr/share/doc/Imath/sphinx/.buildinfo") pisitools.dodoc("CHANGES*", "LICENSE*", "README*")