Merge pull request #3422 from fuweid/me-support-customize-install-path

Makefile: allow custom base path to install
This commit is contained in:
Michael Crosby
2019-07-17 11:15:56 -04:00
committed by GitHub

View File

@@ -17,7 +17,7 @@
ROOTDIR=$(dir $(abspath $(lastword $(MAKEFILE_LIST))))
# Base path used to install.
DESTDIR=/usr/local
DESTDIR ?= /usr/local
# Used to populate variables in version package.
VERSION=$(shell git describe --match 'v[0-9]*' --dirty='.m' --always)