aboutsummaryrefslogtreecommitdiff
path: root/lang/python-setuptools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-20 20:30:04 +0100
committerFelix Fietkau <nbd@openwrt.org>2016-01-20 21:56:03 +0100
commit9f8e5aca342c806d1031e063b00a0045e0eb6c57 (patch)
treee9547c4e7c77f1db6e1ea8c9c96b36ee548f641f /lang/python-setuptools/Makefile
parentf12aae60ad661a67b45ef4370757fa5236ffffff (diff)
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'lang/python-setuptools/Makefile')
-rw-r--r--lang/python-setuptools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-setuptools/Makefile b/lang/python-setuptools/Makefile
index 71d30fec1..b45b408e1 100644
--- a/lang/python-setuptools/Makefile
+++ b/lang/python-setuptools/Makefile
@@ -60,7 +60,7 @@ endef
define Host/Compile
$(call Build/Compile/HostPyMod,,\
- install --root="$(STAGING_DIR_HOST)" --prefix="/usr" \
+ install --root="$(STAGING_DIR)/host" --prefix="/usr" \
--single-version-externally-managed \
)
endef