Skip to content

Commit

Permalink
build: add missing dependencies for install target
Browse files Browse the repository at this point in the history
  • Loading branch information
azat committed Dec 17, 2023
1 parent 046d612 commit 4d62453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ build: chdig deploy-binary
build_completion: chdig
cargo run $(cargo_build_opts) -- --completion bash > target/chdig.bash-completion

install:
install: chdig build_completion
install -m755 -D -t $(DESTDIR)/bin target/$(target)/$(target_type)/chdig
install -m644 -D -t $(DESTDIR)/share/bash-completion/completions target/chdig.bash-completion

Expand Down

0 comments on commit 4d62453

Please sign in to comment.