From 51444908a9a6177c1be948e072bb14bfd983b17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Sun, 19 Nov 2017 18:40:39 +0200 Subject: system/docker: Disable warning when building CLI. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also prevents 10 second sleep. Signed-off-by: Audrius Kažukauskas --- system/docker/docker.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/docker') diff --git a/system/docker/docker.SlackBuild b/system/docker/docker.SlackBuild index bb0744e5e4..b04e429294 100644 --- a/system/docker/docker.SlackBuild +++ b/system/docker/docker.SlackBuild @@ -79,10 +79,11 @@ cd ../.. # Build CLI. cd components/cli +DISABLE_WARN_OUTSIDE_CONTAINER=1 \ make dynbinary \ GITCOMMIT=$GITHASH \ VERSION=$(cat VERSION) \ - GOPATH=$TMP/$SRCNAM-$SRCVER/build \ + GOPATH=$TMP/$SRCNAM-$SRCVER/build install -D -m 0755 build/docker-linux-amd64 $PKG/usr/bin/docker cd ../.. -- cgit v1.2.3