diff --git a/Makefile b/Makefile index ecc9cddcd..e81d9a9c4 100644 --- a/Makefile +++ b/Makefile @@ -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)