aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Usenko <mmaxs@hotmail.ru>2016-11-08 22:07:20 +0300
committerMike Usenko <mmaxs@hotmail.ru>2016-11-08 22:07:20 +0300
commitcd1e52eb7ad050c083703662dfbb870e57c3a1f0 (patch)
treea40698c9dbd9c27598145009f45f78085db1d880
parent316a9455b9cb4637fe6e62b20fbe05f5141fec54 (diff)
downloadluasocket-cd1e52eb7ad050c083703662dfbb870e57c3a1f0.tar.gz
luasocket-cd1e52eb7ad050c083703662dfbb870e57c3a1f0.tar.bz2
luasocket-cd1e52eb7ad050c083703662dfbb870e57c3a1f0.zip
allow DESTDIR to be set from the environment
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 2ffd7d9..2dfe549 100644
--- a/src/makefile
+++ b/src/makefile
@@ -102,7 +102,7 @@ LDIR?=$(LDIR_$(PLAT))
102 102
103# DESTDIR: (no default) 103# DESTDIR: (no default)
104# used by package managers to install into a temporary destination 104# used by package managers to install into a temporary destination
105DESTDIR= 105DESTDIR?=
106 106
107#------ 107#------
108# Definitions below can be overridden on the make command line, but 108# Definitions below can be overridden on the make command line, but