diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8b45e33..b42f744 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,6 @@ bin_SCRIPTS = krash CLEANFILES = $(bin_SCRIPTS) install-exec-hook: - cd $(DESTDIR)$(bindir) && rm -f kubectl-node-crash && $(LN_S) krash kubectl-node-crash + cd $(DESTDIR)$(bindir) && rm -f kubectl-nodecrash && $(LN_S) krash kubectl-nodecrash uninstall-hook: - cd $(DESTDIR)$(bindir) && rm -f kubectl-node-crash + cd $(DESTDIR)$(bindir) && rm -f kubectl-nodecrash |