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 d1ae9d46..ffc5e6e8 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ install-binary: build-binary/luarocks.exe build-binary/luarocks-admin.exe
109# ---------------------------------------- 109# ----------------------------------------
110 110
111bootstrap: luarocks $(DESTDIR)$(luarocksconfdir)/config-$(LUA_VERSION).lua 111bootstrap: luarocks $(DESTDIR)$(luarocksconfdir)/config-$(LUA_VERSION).lua
112 ./luarocks make --tree="$(DESTDIR)$(ROCKS_TREE)" 112 ./luarocks make --tree="$(DESTDIR)$(rocks_tree)"
113 113
114# ---------------------------------------- 114# ----------------------------------------
115# Windows binary build 115# Windows binary build