From 8c7b7ca0e3a36d7a0f6f49adf12f89fd63bdd939 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 18 Nov 2006 21:14:45 +0000 Subject: [PATCH] add /sbin to the path for x86 image builds (for fdisk) SVN-Revision: 5570 --- target/image/x86/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index d3bbe045be..7aa03b2d27 100644 --- a/target/image/x86/Makefile +++ b/target/image/x86/Makefile @@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk +export PATH=$(TARGET_PATH):/sbin ROOTPART=$(strip $(subst ",, $(CONFIG_X86_GRUB_ROOTPART))) #")) # fix vim's broken syntax highlighting -- 2.30.2