diff --git a/Makefile b/Makefile index e1a0bc6fd5..4270722353 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ GOARCH ?= $(shell go env GOARCH) HOST_BUILD_DIR=$(BUILD_DIR)/$(GOOS)-$(GOARCH) GOPATH ?= $(shell go env GOPATH) ORG := github.com/crc-org -MODULEPATH ?= $(ORG)/crc/v2 +MODULEPATH = $(ORG)/crc/v2 PACKAGE_DIR := packaging/$(GOOS) SOURCES := $(shell git ls-files *.go ":^vendor")