From 05bcf37863f2edf40443b29abe527963efa4e5c9 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 7 Nov 2006 03:34:25 +0000 Subject: [PATCH] install hostpython in staging_dir (closes: #927) SVN-Revision: 5458 --- lang/python/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/python/Makefile b/lang/python/Makefile index 6e35212ddd..4088c27e18 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -79,6 +79,8 @@ define Build/Compile endef define Build/InstallDev + mkdir -p $(STAGING_DIR)/usr/bin + $(CP) $(PKG_BUILD_DIR)/hostpython $(STAGING_DIR)/usr/bin/ mkdir -p $(STAGING_DIR)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/python2.4 $(STAGING_DIR)/usr/include/ mkdir -p $(STAGING_DIR)/usr/lib -- 2.30.2