Skip to content

Commit

Permalink
Fix uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgle committed Jul 26, 2021
1 parent a83ec83 commit e6daf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ uninstall_systemd::
rm -f ${DESTDIR}/${SYSTEMD_UNIT_DIR}/graftcp-local.service

uninstall::
-rm -f $(DESTDIR)$(BINDIR)/{mgraftcp,graftcp-local}
-rm -f $(DESTDIR)$(BINDIR)/mgraftcp $(DESTDIR)$(BINDIR)/graftcp-local

install_service:: graftcp-local
graftcp-local -service install && graftcp-local -service start
Expand Down

0 comments on commit e6daf52

Please sign in to comment.