From 97ceaff6e07e6027712f0708bb3e45387581dd3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jake=20Buchholz=20G=C3=B6kt=C3=BCrk?= Date: Fri, 28 Jan 2022 16:26:54 -0800 Subject: [PATCH] install cloud-agnostic config for 'make install' --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index bb56632..34764f0 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,9 @@ SUBPACKAGES = core network openrc aws azure gcp oci .PHONY: install $(SUBPACKAGES) +# installs all subpackages, then replaces cloud-specific config with example install: $(SUBPACKAGES) + mv $(PREFIX)/etc/conf.d/tiny-cloud.example $(PREFIX)/etc/conf.d/tiny-cloud core: install -Dm755 -t $(PREFIX)/bin \