diff options
Diffstat (limited to 'package/python-setuptools/python-setuptools.mk')
-rw-r--r-- | package/python-setuptools/python-setuptools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-setuptools/python-setuptools.mk b/package/python-setuptools/python-setuptools.mk index 1bdb78889f..28d4f29b5b 100644 --- a/package/python-setuptools/python-setuptools.mk +++ b/package/python-setuptools/python-setuptools.mk @@ -13,7 +13,7 @@ PYTHON_SETUPTOOLS_SETUP_TYPE = setuptools # recent setuptools versions require bootstrap.py to be invoked # before the standard setup process. define PYTHON_SETUPTOOLS_RUN_BOOTSTRAP - cd $(@D) && $(HOST_DIR)/usr/bin/python ./bootstrap.py + cd $(@D) && $(HOST_DIR)/bin/python ./bootstrap.py endef PYTHON_SETUPTOOLS_PRE_CONFIGURE_HOOKS = PYTHON_SETUPTOOLS_RUN_BOOTSTRAP |