X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fpython%2FMakefile;h=4088c27e18f42cd6348a73302fe30282ab1b042c;hp=6e35212ddd21bf8147f46166096d5ac6b96467a5;hb=05bcf37863f2edf40443b29abe527963efa4e5c9;hpb=435f57be9ce69acc1c051b6099f6278d293bf653 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