Add --offline and --no-track to install section of Makefile
This commit is contained in:
parent
ae6a11b3eb
commit
37a922014e
@ -69,7 +69,7 @@ build: all
|
||||
PREFIX="$(prefix)" RUN_PARTS="$(runparts)" STATE_DIR="$(statedir)" \
|
||||
BIN_DIR="$(bindir)" CONF_DIR="$(confdir)" MAN_DIR="$(mandir)" DOC_DIR="$(docdir)" \
|
||||
DATA_DIR="$(datadir)" LIB_DIR="$(libdir)" UNIT_DIR="$(unitdir)" \
|
||||
cargo install --path $(CURDIR) --root $(builddir) \
|
||||
cargo install --offline --no-track --path $(CURDIR) --root $(builddir) \
|
||||
--features "$(foreach schedule,$(schedules),sched-$(schedule)) $(persistent) $(randomized_delay)"
|
||||
|
||||
install: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user