changed gontrol path from /usr/local/bin to /usr/bin

This commit is contained in:
Stefan Etringer 2025-06-24 12:14:44 +00:00
parent e8602b486f
commit 92c26172c6
1 changed files with 1 additions and 1 deletions

View File

@ -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)