summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-12 22:22:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-12 22:22:13 +0100
commit1916f3b53bec7c7bc3629e1d9f7c8457c14220c6 (patch)
tree58af606c7f6df9dd493efe1175bb5e97c3018773
parent12f9003b7bca96ef6a849e515f1e58b5880ad7f0 (diff)
fix python vars
-rw-r--r--mk/python.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/python.mk b/mk/python.mk
index e0fce5f0e..5767b12f7 100644
--- a/mk/python.mk
+++ b/mk/python.mk
@@ -1,3 +1,3 @@
PYTHON_VERSION=2.7
-PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/lib
-PYTHON:=${STAGING_HOST_DIR}/bin/hostpython
+PYTHON_LIBDIR:=$(STAGING_HOST_DIR)/usr/lib
+PYTHON:=${STAGING_HOST_DIR}/usr/bin/hostpython