diff options
author | MS <ms@taler.net> | 2020-09-18 17:26:09 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-09-18 17:26:09 +0200 |
commit | b323704021c36e71c9b7de9a23ee37d995d487be (patch) | |
tree | 65d8e91f4f3cca5a51dc9ea554b5340694de3e66 | |
parent | bc01a04dc4b1756cf0f7f9141b5cf8e278ff2e91 (diff) |
ensure bin/ exists under prefix
-rw-r--r-- | build-system/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile index f04461959..ba565fc4f 100644 --- a/build-system/Makefile +++ b/build-system/Makefile @@ -75,6 +75,7 @@ else install_target = $(prefix)/lib/taler-wallet-cli .PHONY: install install: compile + install -d $(prefix)/bin install -d $(install_target)/bin install -d $(install_target)/node_modules/taler-wallet-cli install -d $(install_target)/node_modules/taler-wallet-cli/bin |