diff --git a/system/base/libxml2/actions.py b/system/base/libxml2/actions.py index 9df0709b..2222e64e 100644 --- a/system/base/libxml2/actions.py +++ b/system/base/libxml2/actions.py @@ -37,7 +37,7 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - if get.buildTYPE() == "emul32": + if get.buildTYPE() == "emul32" or "i686": pisitools.removeDir("/usr/share/gtk-doc") return