gettext: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48406
This commit is contained in:
parent
808803f6ae
commit
dcdcbdd50e
@ -52,11 +52,11 @@ define Host/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/include
|
$(INSTALL_DIR) $(STAGING_DIR)/host/include
|
||||||
$(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR_HOST)/include/
|
$(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR)/host/include/
|
||||||
|
|
||||||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
|
$(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal
|
||||||
$(INSTALL_DATA) ./src/m4/* $(STAGING_DIR_HOST)/share/aclocal/
|
$(INSTALL_DATA) ./src/m4/* $(STAGING_DIR)/host/share/aclocal/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libintl/install
|
define Package/libintl/install
|
||||||
|
Loading…
Reference in New Issue
Block a user