mirror of
https://gitlab.alpinelinux.org/alpine/cloud/tiny-cloud.git
synced 2025-12-15 11:22:43 +03:00
* numerous imds script enhancements, including -h/--help * check imds for secondary ipv4 & ipvs via ifupdown-ng executor * simplify shell source to things /etc/conf.d/ and /lib/tiny-cloud/ * move log function to /lib/tiny-cloud/common
6 lines
74 B
Makefile
6 lines
74 B
Makefile
PREFIX?=/
|
|
|
|
.PHONY: install
|
|
install:
|
|
cp -r bin etc lib sbin usr $(PREFIX)
|