Browse Source

fixed missing lua/bin path for luarocks installer

Nick Hildebrant 10 years ago
parent
commit
f3d6d50fde
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis/setup_lua.sh

+ 1 - 0
.travis/setup_lua.sh

@@ -24,6 +24,7 @@ make local
 LUA_DIR=$BUILD_DIR/lua
 LUA_DIR=$BUILD_DIR/lua
 rm -rf $LUA_DIR
 rm -rf $LUA_DIR
 mv install/ $LUA_DIR
 mv install/ $LUA_DIR
+export PATH=$LUA_DIR/bin:$PATH
 
 
 cd $BUILD_DIR
 cd $BUILD_DIR