diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 14:37:11 -0800 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 14:37:11 -0800 |
commit | a4a97950c92425168c457aa731d4af2f7a694288 (patch) | |
tree | 3f2d24333d9957d84bbb6b3aa3251b7c4ceda327 | |
parent | 93f69e68225c4520f844a55f91648a73889bffb3 (diff) | |
parent | 340ebd538906dd7c2eb1da2d3cc8dd66ef5ce8b6 (diff) | |
download | luarocks-a4a97950c92425168c457aa731d4af2f7a694288.tar.gz luarocks-a4a97950c92425168c457aa731d4af2f7a694288.tar.bz2 luarocks-a4a97950c92425168c457aa731d4af2f7a694288.zip |
Merge pull request #227 from Tieske/install_fix
remove rocksserver settings from windows installer
-rw-r--r-- | install.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install.bat b/install.bat index a17aff89..934154d0 100644 --- a/install.bat +++ b/install.bat | |||
@@ -816,9 +816,6 @@ if exists(vars.CONFIG_FILE) then | |||
816 | end | 816 | end |
817 | local f = io.open(vars.CONFIG_FILE, "w") | 817 | local f = io.open(vars.CONFIG_FILE, "w") |
818 | f:write([=[ | 818 | f:write([=[ |
819 | rocks_servers = { | ||
820 | [[http://luarocks.org/repositories/rocks]] | ||
821 | } | ||
822 | rocks_trees = { | 819 | rocks_trees = { |
823 | ]=]) | 820 | ]=]) |
824 | if FORCE_CONFIG then | 821 | if FORCE_CONFIG then |