Skip to content

Commit

Permalink
make install: install dinit-monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Jun 15, 2022
1 parent 2a2ebb3 commit b83cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ run-cppcheck:

install: all
install -d $(DESTDIR)$(SBINDIR)
install $(STRIPOPTS) dinit dinitctl dinitcheck $(SHUTDOWN) $(DESTDIR)$(SBINDIR)
install $(STRIPOPTS) dinit dinitctl dinitcheck dinit-monitor $(SHUTDOWN) $(DESTDIR)$(SBINDIR)
ifeq ($(BUILD_SHUTDOWN),yes)
ln -sf $(SHUTDOWN) $(DESTDIR)$(SBINDIR)/$(SHUTDOWNPREFIX)halt
ln -sf $(SHUTDOWN) $(DESTDIR)$(SBINDIR)/$(SHUTDOWNPREFIX)reboot
Expand Down

0 comments on commit b83cc0e

Please sign in to comment.