Merge pull request #3582 from Clovel/fix/prefixMakefile

Removed extraneous "/" at end of PREFIX in Makefile
This commit is contained in:
Rolf Neugebauer
2020-12-15 22:57:47 +00:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ ifneq ($(GOARCH),amd64)
CROSS+=-e GOARCH=$(GOARCH)
endif
PREFIX?=/usr/local/
PREFIX?=/usr/local
.DELETE_ON_ERROR: