allow DESTDIR to be set from the environment

This commit is contained in:
Mike Usenko 2016-11-08 22:07:20 +03:00
parent 316a9455b9
commit cd1e52eb7a

View File

@ -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