Skip to content

Commit

Permalink
fix(Makefile): change install path (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-gleif authored and osterman committed Aug 23, 2018
1 parent 129f5ab commit bae1bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bae1bac

Please sign in to comment.