diff --git a/Makefile b/Makefile index aa7d95a5..b02ebb7f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CONTAINER_ENGINE := docker GO := go -PREFIX := $(DESTDIR)/usr/local +PREFIX ?= $(DESTDIR)/usr/local BINDIR := $(PREFIX)/sbin MANDIR := $(PREFIX)/share/man