From 949f9cf25cd984499f756251e59fe22be7aeaa37 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 5 Aug 2018 14:16:03 +1000 Subject: rocks_tree lowercase to follow convention --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 # ---------------------------------------- bootstrap: luarocks $(DESTDIR)$(luarocksconfdir)/config-$(LUA_VERSION).lua - ./luarocks make --tree="$(DESTDIR)$(ROCKS_TREE)" + ./luarocks make --tree="$(DESTDIR)$(rocks_tree)" # ---------------------------------------- # Windows binary build -- cgit v1.2.3-55-g6feb