[vlc-commits] Configure: fix tools PATH

Jean-Baptiste Kempf git at videolan.org
Fri Oct 17 11:40:00 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 17 11:38:44 2014 +0200| [bc494eb08a36a3fb170d3a360942f8e316577677] | committer: Jean-Baptiste Kempf

Configure: fix tools PATH

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc494eb08a36a3fb170d3a360942f8e316577677
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ff4d25d..90f1ae2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -416,7 +416,7 @@ dnl Add extras/tools to the PATH
 TOOLS_DIR="${srcdir}/extras/tools/build"
 AS_IF([test -d "${TOOLS_DIR}"], [
     TOOLS_DIR=`cd "${TOOLS_DIR}" && pwd`
-    export PATH="${TOOLS_DIR}":$PATH
+    export PATH="${TOOLS_DIR}/bin":$PATH
 ])
 
 dnl



More information about the vlc-commits mailing list