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
commit a13ff6bc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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