mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
+2
-2
@@ -397,11 +397,11 @@ endef
|
||||
|
||||
define Host/Install
|
||||
$(INSTALL_DIR) \
|
||||
$(STAGING_DIR_HOST)/bin
|
||||
$(STAGING_DIR)/host/bin
|
||||
|
||||
$(CP) \
|
||||
$(HOST_BUILD_DIR)/tools/build/src/engine/bin.*/b2 \
|
||||
$(STAGING_DIR_HOST)/bin/
|
||||
$(STAGING_DIR)/host/bin/
|
||||
endef
|
||||
|
||||
define Package/boost/Default/install
|
||||
|
||||
Reference in New Issue
Block a user