We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 063a4ff + b72673f commit e237439Copy full SHA for e237439
1 file changed
Makefile
@@ -17,7 +17,7 @@
17
ROOTDIR=$(dir $(abspath $(lastword $(MAKEFILE_LIST))))
18
19
# Base path used to install.
20
-DESTDIR=/usr/local
+DESTDIR ?= /usr/local
21
22
# Used to populate variables in version package.
23
VERSION=$(shell git describe --match 'v[0-9]*' --dirty='.m' --always)
0 commit comments