package: clean up remaining references to $(HOST_DIR)/usr

Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Ferdinand van Aartsen
2018-09-24 00:04:59 +02:00
committed by Thomas Petazzoni
parent 3918f83942
commit af0cd44a15
6 changed files with 9 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ define HOST_LIBHTTPPARSER_BUILD_CMDS
endef
define HOST_LIBHTTPPARSER_INSTALL_CMDS
$(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D) PREFIX=$(HOST_DIR)/usr install
$(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D) PREFIX=$(HOST_DIR) install
endef
$(eval $(generic-package))