From a3fc52f742826cbd6d1f72d240f28231b2307f57 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 26 Oct 2021 22:23:02 +0300 Subject: [PATCH] imath new package --- science/misc/imath/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*")