diff options
Diffstat (limited to 'lang/python-setuptools/Makefile')
-rw-r--r-- | lang/python-setuptools/Makefile | 2 |
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 |