diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-22 16:15:43 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-22 16:15:43 +0000 |
commit | bcd4c4609a082d8acc9f2da3a7538a7181820f54 (patch) | |
tree | 99865b4e8ff604d7c333a75dc0acf5bde24a0d31 /install.bat | |
parent | 5e8d8da655a11308796d92531eceb6745694cf40 (diff) | |
download | luarocks-bcd4c4609a082d8acc9f2da3a7538a7181820f54.tar.gz luarocks-bcd4c4609a082d8acc9f2da3a7538a7181820f54.tar.bz2 luarocks-bcd4c4609a082d8acc9f2da3a7538a7181820f54.zip |
remove traces of luarocks.luaforge.net/rocks
git-svn-id: http://luarocks.org/svn/luarocks/trunk@106 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
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 25ecfdd4..6ebd6680 100644 --- a/install.bat +++ b/install.bat | |||
@@ -276,7 +276,7 @@ SET CONFIG_FILE=%SYSCONFDIR%\config.lua | |||
276 | IF NOT EXIST "%SYSCONFDIR%" %MKDIR% "%SYSCONFDIR%" | 276 | IF NOT EXIST "%SYSCONFDIR%" %MKDIR% "%SYSCONFDIR%" |
277 | IF NOT EXIST "%CONFIG_FILE%" ( | 277 | IF NOT EXIST "%CONFIG_FILE%" ( |
278 | ECHO rocks_servers = {>> "%CONFIG_FILE%" | 278 | ECHO rocks_servers = {>> "%CONFIG_FILE%" |
279 | ECHO [[http://luarocks.luaforge.net/rocks]]>> "%CONFIG_FILE%" | 279 | ECHO [[http://luarocks.org/repositories/rocks]]>> "%CONFIG_FILE%" |
280 | ECHO }>> "%CONFIG_FILE%" | 280 | ECHO }>> "%CONFIG_FILE%" |
281 | ECHO rocks_trees = {>> "%CONFIG_FILE%" | 281 | ECHO rocks_trees = {>> "%CONFIG_FILE%" |
282 | IF [%FORCE_CONFIG%]==[] ECHO home..[[/luarocks]],>> "%CONFIG_FILE%" | 282 | IF [%FORCE_CONFIG%]==[] ECHO home..[[/luarocks]],>> "%CONFIG_FILE%" |