aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Segundo2023-10-07 07:18:24 +0200
committerChristian Segundo2023-10-07 07:18:24 +0200
commit18ac12288a158d07674418209d97ba95024cbf02 (patch)
treea3b3f1c624b4bbd9717cc3e4295fcda41fb2c9e4 /Makefile.am
parent4397d810dd5d1d0f8453d6914e4b8c04e448b4ca (diff)
downloadkrash-18ac12288a158d07674418209d97ba95024cbf02.tar.gz
Fix kubectl linkHEAD1.0.0master
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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