From b323704021c36e71c9b7de9a23ee37d995d487be Mon Sep 17 00:00:00 2001 From: MS Date: Fri, 18 Sep 2020 17:26:09 +0200 Subject: ensure bin/ exists under prefix --- build-system/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'build-system/Makefile') 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 -- cgit v1.2.3