diff options
author | daurnimator <quae@daurnimator.com> | 2018-08-05 14:16:03 +1000 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-08-10 16:52:18 -0300 |
commit | 949f9cf25cd984499f756251e59fe22be7aeaa37 (patch) | |
tree | e2c09131b17182d2b100a1b267b2d766bc919edb /Makefile | |
parent | 2256ef29c0a64a0e8230e8104cdcae1f1923bebd (diff) | |
download | luarocks-949f9cf25cd984499f756251e59fe22be7aeaa37.tar.gz luarocks-949f9cf25cd984499f756251e59fe22be7aeaa37.tar.bz2 luarocks-949f9cf25cd984499f756251e59fe22be7aeaa37.zip |
rocks_tree lowercase to follow convention
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 |