From 6eda4ebb34049c1e51839ce28e546f0842899ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 1 Mar 2016 13:34:37 +0200 Subject: [PATCH] Update actions.py --- system/base/gzip/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/base/gzip/actions.py b/system/base/gzip/actions.py index 14be272a..9f3e3fd0 100644 --- a/system/base/gzip/actions.py +++ b/system/base/gzip/actions.py @@ -17,6 +17,7 @@ def build(): autotools.make() def check(): + pass # check fail, need util-linux, in dockerized build check disabled. install util-linux and make check #autotools.make("check")