aboutsummaryrefslogtreecommitdiff
path: root/lang/python-setuptools/Makefile
diff options
context:
space:
mode:
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