From 6318ecef2aa96c55382bc2373ba860759aa683ac Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 Aug 2020 11:41:56 +0530 Subject: make sure bin exists --- build-system/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'build-system') 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 -- cgit v1.2.3