python3: fix python host path 431/head
authorAlexandru Ardelean <aa@ocedo.com>
Tue, 14 Oct 2014 14:51:30 +0000 (17:51 +0300)
committerAlexandru Ardelean <aa@ocedo.com>
Wed, 15 Oct 2014 06:13:24 +0000 (09:13 +0300)
lang/python3/files/python3-package.mk

index 4112a41da30e35ade8b25798f15dc3f7713b5a42..e85b648197e5b31b12082742a842797d5f002bc0 100644 (file)
@@ -17,7 +17,7 @@ PYTHON3_PKG_DIR:=/usr/lib/python$(PYTHON3_VERSION)/site-packages
 
 PYTHON3:=python$(PYTHON3_VERSION)
 
-HOST_PYTHON3_BIN:=$(STAGING_DIR)/usr/bin/hostpython3
+HOST_PYTHON3_BIN:=$(STAGING_DIR_HOST)/bin/python3
 
 define HostPython3
        (       export PYTHONPATH="$(PYTHON3_LIB_DIR):$(STAGING_DIR)/$(PYTHON3_PKG_DIR)"; \