From d71c6f6ddc0fc36f2ee3db59fb2c29ff1ce73daf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 20 Mar 2016 09:26:30 +0200 Subject: [PATCH] check disabled. --- system/base/diffutils/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/diffutils/actions.py b/system/base/diffutils/actions.py index b19afc88..359b13e0 100644 --- a/system/base/diffutils/actions.py +++ b/system/base/diffutils/actions.py @@ -23,8 +23,8 @@ def setup(): def build(): autotools.make('LDFLAGS="%s"' % get.LDFLAGS()) -def build(): - autotools.make("check") +#def check(): +# autotools.make("check") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR())