add /sbin to the path for x86 image builds (for fdisk)
authorFelix Fietkau <nbd@openwrt.org>
Sat, 18 Nov 2006 21:14:45 +0000 (21:14 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 18 Nov 2006 21:14:45 +0000 (21:14 +0000)
SVN-Revision: 5570

target/image/x86/Makefile

index d3bbe045be067b5609b2c3479c52d6b68f71fb15..7aa03b2d27c7b1084cbee6922b93c90bbf13a185 100644 (file)
@@ -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