From c5db90c862667e9d51264a186aace88e7efeec36 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 15 Feb 2017 15:34:07 +0300 Subject: [PATCH] libxml2:removed gtk-doc --- system/base/libxml2/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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