From d961ddc36af0694e67b6256a5784325a5b968c4d Mon Sep 17 00:00:00 2001 From: Pin Date: Sun, 3 Apr 2022 19:10:55 -0400 Subject: [PATCH] Changed install name to - blah --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c8475b..2bf6974 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ output_dir: mkdir -p ${OUTPUT_DIR} install: - mv ${OUTPUT_BIN:PROG=mash} /usr/sbin/mash + mv ${OUTPUT_BIN:PROG=mash} /usr/sbin/blah