Fresh pull from upstream
[librecmc/librecmc.git] / package / libs / gettext / Makefile
index b0233309e27eae98ce489d5c260a905897b8ad27..f37c4e4e740c94a7b3d21488650a74a844bf82c2 100644 (file)
@@ -47,11 +47,11 @@ define Host/Compile
 endef
 
 define Host/Install
-       $(INSTALL_DIR) $(STAGING_DIR)/host/include
-       $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR)/host/include/
+       $(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/include
+       $(INSTALL_DATA) ./src/include/libintl.h $(STAGING_DIR_HOSTPKG)/include/
 
-       $(INSTALL_DIR) $(STAGING_DIR)/host/share/aclocal
-       $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR)/host/share/aclocal/
+       $(INSTALL_DIR) $(STAGING_DIR_HOSTPKG)/share/aclocal
+       $(INSTALL_DATA) ./src/m4/* $(STAGING_DIR_HOSTPKG)/share/aclocal/
 endef
 
 define Package/libintl/install