X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=inline;f=package%2Flibs%2Fgettext%2FMakefile;h=093be1d0dc7d84f5465b8ef0199a252118139f25;hb=575846571862db37252bb25811bc39acc49d8e99;hp=442eceff436a661b4640578bc374d028736e07cf;hpb=2d580a6fd42699997053ef8b752d672d0f9ff0ec;p=openwrt-github%2F.git diff --git a/package/libs/gettext/Makefile b/package/libs/gettext/Makefile index 442eceff43..093be1d0dc 100644 --- a/package/libs/gettext/Makefile +++ b/package/libs/gettext/Makefile @@ -52,11 +52,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)/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