copy binary to <$(STAGING_DIR_HOST)/bin> because <$(STAGING_DIR_HOST)/usr/bin> isn't in $PATH
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
125871ebbd
commit
23f736a524
@ -32,8 +32,8 @@ define Host/Compile
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/usr/bin
|
||||
$(CP) $(HOST_BUILD_DIR)/bin.*/bjam $(STAGING_DIR_HOST)/usr/bin/
|
||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin
|
||||
$(CP) $(HOST_BUILD_DIR)/bin.*/bjam $(STAGING_DIR_HOST)/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
|
Loading…
x
Reference in New Issue
Block a user