]> git.sesse.net Git - vlc/commitdiff
Fix the inclusion of extras/contrib/bin to the PATH
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Nov 2006 14:51:35 +0000 (14:51 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Nov 2006 14:51:35 +0000 (14:51 +0000)
bootstrap

index 7fd6835a55c0d8e451dff41e15e114056fdde31d..d613e7c500245689014beb2d18cb23e3c97bc245 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -35,7 +35,7 @@ ACLOCAL_ARGS="-I m4"
 
 # Check for contrib directory
 if test -d extras/contrib/bin; then
-  export PATH=./extras/contrib/bin:$PATH
+  export PATH="`pwd`/extras/contrib/bin:$PATH"
   if test -d extras/contrib/share/aclocal; then
     ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/share/aclocal"
   fi