Skip to content

Commit e237439

Browse files
Merge pull request #3422 from fuweid/me-support-customize-install-path
Makefile: allow custom base path to install
2 parents 063a4ff + b72673f commit e237439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ROOTDIR=$(dir $(abspath $(lastword $(MAKEFILE_LIST))))
1818

1919
# Base path used to install.
20-
DESTDIR=/usr/local
20+
DESTDIR ?= /usr/local
2121

2222
# Used to populate variables in version package.
2323
VERSION=$(shell git describe --match 'v[0-9]*' --dirty='.m' --always)

0 commit comments

Comments
 (0)