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

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)