Skip to content

Commit

Permalink
Add tool to Debian pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jun 14, 2022
1 parent d5b9562 commit abd6eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sonic-eventd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ eventd-tests: $(TEST_OBJS)
install:
$(MKDIR) -p $(DESTDIR)/usr/sbin
$(MV) $(EVENTD_TARGET) $(DESTDIR)/usr/sbin
$(MV) $(EVENTD_TOOL) $(DESTDIR)/usr/sbin

deinstall:
$(RM) $(DESTDIR)/usr/sbin/$(EVENTD_TARGET)
Expand Down

0 comments on commit abd6eb5

Please sign in to comment.