X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Fgettext%2FMakefile;h=093be1d0dc7d84f5465b8ef0199a252118139f25;hb=dcdcbdd50e56e56a0cd8f9dff3618bbe0aeae094;hp=1ee785eecc16e150abb76b26ebfc4a3e6d4f27d5;hpb=81a3d9ba3104aab63e6b5b9725060f3267b8e4fe;p=lede-git%2F.git diff --git a/package/libs/gettext/Makefile b/package/libs/gettext/Makefile index 1ee785eecc..093be1d0dc 100644 --- a/package/libs/gettext/Makefile +++ b/package/libs/gettext/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gettext PKG_RELEASE:=2 -PKG_LICENSE:=FREE +PKG_LICENSE:=FSFULLR PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jo-Philipp Wich @@ -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