summaryrefslogtreecommitdiff
path: root/package/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/python/Makefile')
-rw-r--r--package/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/Makefile b/package/python/Makefile
index d80b3a05a..7d087dd1d 100644
--- a/package/python/Makefile
+++ b/package/python/Makefile
@@ -42,7 +42,7 @@ pre-configure:
);
$(MAKE) -C ${WRKBUILD} python Parser/pgen
${CP} ${WRKBUILD}/Parser/pgen ${STAGING_TOOLS}/bin/pgen
- ${CP} ${WRKBUILD}/python ${STAGING_TOOLS}/bin/python
+ ${CP} ${WRKBUILD}/python ${STAGING_TOOLS}/bin/hostpython
${CP} ${WRKBUILD}/Parser/pgen ${WRKBUILD}/Parser/hostpgen
${CP} ${WRKBUILD}/python ${WRKBUILD}/hostpython
$(MAKE) -C ${WRKBUILD} distclean