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())