summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-07 11:41:56 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-07 11:41:56 +0530
commit6318ecef2aa96c55382bc2373ba860759aa683ac (patch)
tree4b7fe8cecd038d9b9b669ccb6802ad2fe70353a4 /build-system
parentb4a4a9e292277d88fc0faeeaa693bbdbdb0998c4 (diff)
downloadwallet-core-6318ecef2aa96c55382bc2373ba860759aa683ac.tar.gz
wallet-core-6318ecef2aa96c55382bc2373ba860759aa683ac.tar.bz2
wallet-core-6318ecef2aa96c55382bc2373ba860759aa683ac.zip
make sure bin exists
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 4a2d51e3d..82c32c4f2 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 $(install_target)/bin
install -d $(install_target)/node_modules/taler-wallet-cli
install -d $(install_target)/node_modules/taler-wallet-cli/bin
install -d $(install_target)/node_modules/taler-wallet-cli/dist