Merge pull request #2513 from lsm5/custom-PREFIX-in-Makefile

allow customizable PREFIX variable
This commit is contained in:
Kir Kolyshkin 2020-07-08 12:54:11 -07:00 committed by GitHub
commit 9806eb5567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
CONTAINER_ENGINE := docker
GO := go
PREFIX := $(DESTDIR)/usr/local
PREFIX ?= $(DESTDIR)/usr/local
BINDIR := $(PREFIX)/sbin
MANDIR := $(PREFIX)/share/man