Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48406
endef
define Host/Install
- $(INSTALL_DIR) $(STAGING_DIR_HOST)/include
- $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR_HOST)/include/
+ $(INSTALL_DIR) $(STAGING_DIR)/host/include
+ $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR)/host/include/
- $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
- $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR_HOST)/share/aclocal/
+ $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal
+ $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR)/host/share/aclocal/
endef
define Package/libintl/install