From d6d4c6e1ca862c179d6e4f67227b9e291e56790d Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 14 Sep 2021 16:46:44 +0200 Subject: [PATCH] Makefile: Use only tar flags that work on bsd tar (#2128) Signed-off-by: Johannes 'fish' Ziemke --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9be07e9..90fef411 100644 --- a/Makefile +++ b/Makefile @@ -139,4 +139,4 @@ promtool: $(PROMTOOL) $(PROMTOOL): mkdir -p $(FIRST_GOPATH)/bin - curl -fsS -L $(PROMTOOL_URL) | tar -xvzf - -C $(FIRST_GOPATH)/bin --no-anchored --strip 1 promtool + curl -fsS -L $(PROMTOOL_URL) | tar -xvzf - -C $(FIRST_GOPATH)/bin --strip 1 "prometheus-$(PROMTOOL_VERSION).$(GO_BUILD_PLATFORM)/promtool"