From 61a4493b06231acfa81fa10b878cc78329f330bf Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Feb 2020 17:04:30 +0100 Subject: [PATCH] debug --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 52aa4d7..35fcb8e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -BUILD_VERSION ?= 1.13.1 +export BUILD_VERSION ?= 1.13.1 +export DEBIAN_FRONTEND ?= noninteractive +export LANG ?= C.UTF-8 +export TZ ?= UTC DB ?= postgresql -DEBIAN_FRONTEND ?= noninteractive -LANG ?= C.UTF-8 -TZ ?= UTC SRC := src .PHONY: all @@ -14,7 +14,7 @@ build: build-src build-bin .PHONY: build-src build-src: mkdir -p $(SRC); \ - curl -sSL https://github.com/dani-garcia/bitwarden_rs/archive/$${BUILD_VERSION##v}.tar.gz | tar xz -C $(SRC) --strip-components=1 + curl -sSL "https://github.com/dani-garcia/bitwarden_rs/archive/$${BUILD_VERSION##v}.tar.gz" | tar xz -C $(SRC) --strip-components=1 .PHONY: build-bin build-bin: