From 4fcc42ec01dec3c4337668ed1e94fa2b37c5bb2c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Feb 2020 20:24:24 +0100 Subject: [PATCH] [SKIP CI] prepare release --- CHANGELOG.md | 2 ++ Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..02237e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +* ENHANCEMENT + * image cleanup diff --git a/Makefile b/Makefile index 2e0a2fd..1705996 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ build: build-src build-bin .PHONY: build-src build-src: mkdir -p $(SRC); \ - curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1 + curl -sSL "https://github.com/ViViDboarder/bitwarden_rs_ldap/archive/$${BUILD_VERSION}.tar.gz" | tar xz -C $(SRC) --strip-components=1; \ + grep -rlI 'Box' source/src/ | xargs sed -i 's/Box/Box/g' .PHONY: build-bin build-bin: