Merge pull request #490 from kata-containers/makefile-fix

makefile: update PREFIX to remove redundant slash
This commit is contained in:
Peng Tao 2018-07-17 17:44:21 +08:00 committed by GitHub
commit 545fe0c873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ DESTDIR := /
installing = $(findstring install,$(MAKECMDGOALS))
ifeq ($(PREFIX),)
PREFIX := /usr/
PREFIX := /usr
EXEC_PREFIX := $(PREFIX)/local
else
EXEC_PREFIX := $(PREFIX)