From 5eac8225aa380f0cfa42e4d6b317c02b9090d007 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Thu, 26 Sep 2013 21:02:07 +0300 Subject: [PATCH] config/path: add toolchain/sbin to $PATH too --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index ef991cc402..913a60282b 100644 --- a/config/path +++ b/config/path @@ -154,7 +154,7 @@ export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config if [ -z "$PATH" -o "$PATH" = "${PATH#$ROOT/$TOOLCHAIN/bin:}" ]; then - export PATH="$ROOT/$TOOLCHAIN/bin:$PATH" + export PATH="$ROOT/$TOOLCHAIN/bin:$ROOT/$TOOLCHAIN/sbin:$PATH" fi if [ -z "$LD_LIBRARY_PATH" -o "$LD_LIBRARY_PATH" = "${LD_LIBRARY_PATH#$ROOT/$TOOLCHAIN/lib:}" ]; then