From: nbd Date: Thu, 21 Jan 2016 11:46:18 +0000 (+0000) Subject: grub2: switch back to installing to STAGING_DIR_HOST X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=091fef7daf77cfb487d73497fd1796eb6b4a400e grub2: switch back to installing to STAGING_DIR_HOST Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48424 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index 3601dd86a9..92e2ba8143 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -48,6 +48,8 @@ define Package/grub2-editenv/description Edit grub2 environment files. endef +HOST_BUILD_PREFIX := $(STAGING_DIR_HOST) + CONFIGURE_ARGS += \ --target=$(REAL_GNU_TARGET_NAME) \ --disable-werror \