From 498baf6a5ca9b2c93be2e37df3483c3a4177d905 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Feb 2020 20:26:53 +0100 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1705996..df99c5c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build: build-src build-bin 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; \ - grep -rlI 'Box' source/src/ | xargs sed -i 's/Box/Box/g' + grep -rlI 'Box' $(SRC)/src/ | xargs sed -i 's/Box/Box/g' .PHONY: build-bin build-bin: