diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-09-26 02:16:40 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-09-26 02:16:40 -0300 |
commit | 4a3c08701e463aa811b40fe61607d246209c5688 (patch) | |
tree | bc5027777f5cf3bc6d6dac06eea3344cfa358558 /install.bat | |
parent | 606c29d80dd939cccc21c7278cc20d3300df2576 (diff) | |
parent | a55309e6daad16938d899a2311aadab3225755ad (diff) | |
download | luarocks-4a3c08701e463aa811b40fe61607d246209c5688.tar.gz luarocks-4a3c08701e463aa811b40fe61607d246209c5688.tar.bz2 luarocks-4a3c08701e463aa811b40fe61607d246209c5688.zip |
Merge branch 'master' of github.com:keplerproject/luarocks
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat index 8222454e..abf680a4 100644 --- a/install.bat +++ b/install.bat | |||
@@ -643,7 +643,7 @@ print(S[[ | |||
643 | You may want to add the following elements to your paths; | 643 | You may want to add the following elements to your paths; |
644 | PATH : $LUA_BINDIR;$FULL_PREFIX | 644 | PATH : $LUA_BINDIR;$FULL_PREFIX |
645 | LUA_PATH : $ROCKS_TREE\share\lua\$LUA_VERSION\?.lua;$ROCKS_TREE\share\lua\$LUA_VERSION\?\init.lua | 645 | LUA_PATH : $ROCKS_TREE\share\lua\$LUA_VERSION\?.lua;$ROCKS_TREE\share\lua\$LUA_VERSION\?\init.lua |
646 | LUA_CPATH: $LUA_LIBDIR\lua\$LUA_VERSION\?.dll | 646 | LUA_CPATH: $ROCKS_TREE\lib\lua\$LUA_VERSION\?.dll |
647 | 647 | ||
648 | ]]) | 648 | ]]) |
649 | os.exit(0) | 649 | os.exit(0) |