]> git.sesse.net Git - vlc/blobdiff - bootstrap
Fix the inclusion of extras/contrib/bin to the PATH
[vlc] / 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