diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ install-binary: build-binary/luarocks.exe build-binary/luarocks-admin.exe | |||
109 | # ---------------------------------------- | 109 | # ---------------------------------------- |
110 | 110 | ||
111 | bootstrap: luarocks $(DESTDIR)$(luarocksconfdir)/config-$(LUA_VERSION).lua | 111 | bootstrap: 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 |