From bae1bacf13d8938b93aa4731181fa1301084e02e Mon Sep 17 00:00:00 2001 From: Vadim Hleif Date: Thu, 23 Aug 2018 22:46:09 +0300 Subject: [PATCH] fix(Makefile): change install path (#50) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ad285d6ed..d59930bee9 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ export README_DEPS ?= docs/targets.md export DIST_CMD ?= cp -a export DIST_PATH ?= /dist -export INSTALL_PATH ?= /packages/bin +export INSTALL_PATH ?= /usr/local/bin -include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness)