mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-16 11:52:43 +03:00
install cloud-agnostic config for 'make install'
This commit is contained in:
parent
c34dfbdfe2
commit
97ceaff6e0
2
Makefile
2
Makefile
@ -4,7 +4,9 @@ SUBPACKAGES = core network openrc aws azure gcp oci
|
|||||||
|
|
||||||
.PHONY: install $(SUBPACKAGES)
|
.PHONY: install $(SUBPACKAGES)
|
||||||
|
|
||||||
|
# installs all subpackages, then replaces cloud-specific config with example
|
||||||
install: $(SUBPACKAGES)
|
install: $(SUBPACKAGES)
|
||||||
|
mv $(PREFIX)/etc/conf.d/tiny-cloud.example $(PREFIX)/etc/conf.d/tiny-cloud
|
||||||
|
|
||||||
core:
|
core:
|
||||||
install -Dm755 -t $(PREFIX)/bin \
|
install -Dm755 -t $(PREFIX)/bin \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user