aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c3ed51e..5231cec4 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ install: built
115 then \ 115 then \
116 mkdir -p `dirname "$(DESTDIR)$(CONFIG_FILE)"` ;\ 116 mkdir -p `dirname "$(DESTDIR)$(CONFIG_FILE)"` ;\
117 echo 'rocks_servers = {' >> "$(DESTDIR)$(CONFIG_FILE)" ;\ 117 echo 'rocks_servers = {' >> "$(DESTDIR)$(CONFIG_FILE)" ;\
118 echo ' [[http://luarocks.luaforge.net/rocks]]' >> "$(DESTDIR)$(CONFIG_FILE)" ;\ 118 echo ' [[http://luarocks.org/repositories/rocks]]' >> "$(DESTDIR)$(CONFIG_FILE)" ;\
119 echo '}' >> "$(DESTDIR)$(CONFIG_FILE)" ;\ 119 echo '}' >> "$(DESTDIR)$(CONFIG_FILE)" ;\
120 echo 'rocks_trees = {' >> "$(DESTDIR)$(CONFIG_FILE)" ;\ 120 echo 'rocks_trees = {' >> "$(DESTDIR)$(CONFIG_FILE)" ;\
121 if [ ! -n "$(FORCE_CONFIG)" ] ;\ 121 if [ ! -n "$(FORCE_CONFIG)" ] ;\