1
0
mirror of https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git synced 2025-12-15 11:22:43 +03:00

install cloud-agnostic config for 'make install'

This commit is contained in:
Jake Buchholz Göktürk 2022-01-28 16:26:54 -08:00
parent c34dfbdfe2
commit 97ceaff6e0

View File

@ -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 \