Merge pull request #192 from mmaxs/master
Allow DESTDIR to be set from the environment
This commit is contained in:
commit
ac3201d620
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ LDIR?=$(LDIR_$(PLAT))
|
||||||
|
|
||||||
# DESTDIR: (no default)
|
# DESTDIR: (no default)
|
||||||
# used by package managers to install into a temporary destination
|
# used by package managers to install into a temporary destination
|
||||||
DESTDIR=
|
DESTDIR?=
|
||||||
|
|
||||||
#------
|
#------
|
||||||
# Definitions below can be overridden on the make command line, but
|
# Definitions below can be overridden on the make command line, but
|
||||||
|
|
Loading…
Add table
Reference in a new issue