From d597108609a64f36076acbc905940ae6b14d7dd7 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Fri, 18 Dec 2020 20:31:24 -0500 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3efdbb0..628f1e3 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ build: install: @sudo cp csctl /usr/local/bin/csctl - @sudo chown root:cscli /usr/local/hbin/csctl + @sudo chown root:cscli /usr/local/bin/csctl @sudo chmod 2751 /usr/local/bin/csctl