Merge pull request #1183 from wainersm/runtime_destdir

runtime: Allow to overwrite DESTDIR
This commit is contained in:
Bin Liu 2020-12-17 14:10:56 +08:00 committed by GitHub
commit caa6965c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ NETMON_TARGET = $(PROJECT_TYPE)-netmon
NETMON_TARGET_OUTPUT = $(CURDIR)/$(NETMON_TARGET)
BINLIBEXECLIST += $(NETMON_TARGET)
DESTDIR := /
DESTDIR ?= /
ifeq ($(PREFIX),)
PREFIX := /usr