summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Martin <s.martin49@gmail.com>2014-04-15 00:31:05 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-16 19:28:44 +0200
commitc7d660b18e4874073f5affef3da71d588700593c (patch)
treedcfbf8850322db1b50a7fb478fd7a0d5a829e3e6
parentcaa329bffda8f2fa861a3b4aa5168917d0771253 (diff)
downloadbuildroot-c7d660b18e4874073f5affef3da71d588700593c.tar.gz
buildroot-c7d660b18e4874073f5affef3da71d588700593c.zip
Makefile: add $(HOST_DIR)/sbin to BR_PATH
Extend BR_PATH because a few host-packages install programs in this location. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb0493d964..137921ca25 100644
--- a/Makefile
+++ b/Makefile
@@ -331,7 +331,7 @@ TAR_OPTIONS=$(call qstrip,$(BR2_TAR_OPTIONS)) -xf
HOST_DIR:=$(call qstrip,$(BR2_HOST_DIR))
# Quotes are needed for spaces and all in the original PATH content.
-BR_PATH = "$(HOST_DIR)/bin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin:$(PATH)"
+BR_PATH = "$(HOST_DIR)/bin:$(HOST_DIR)/sbin:$(HOST_DIR)/usr/bin:$(HOST_DIR)/usr/sbin:$(PATH)"
# locales to generate
GENERATE_LOCALE=$(call qstrip,$(BR2_GENERATE_LOCALE))
OpenPOWER on IntegriCloud