From 92c26172c68b888924a4c2a293f2334c3dcd987e Mon Sep 17 00:00:00 2001 From: Stefan Etringer Date: Tue, 24 Jun 2025 12:14:44 +0000 Subject: [PATCH] changed gontrol path from /usr/local/bin to /usr/bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6986d1..12fd379 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GO_CMD = go GO_BUILD = $(GO_CMD) build GO_INSTALL = $(GO_CMD) install GO_CLEAN = $(GO_CMD) clean -GOBIN := /usr/local/bin +GOBIN := /usr/bin BUILD_DIR = build BINARY = $(BUILD_DIR)/$(APP_NAME)