From d8a34f03982522170d2e5463194530186e67038b Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 12 Aug 2017 14:02:39 +0200 Subject: Makefile.setup.inc: do not include trailing slash in LUADIR LUADIR is used with a following slash everywhere, and it looks confusing when seeing "//" during the build. --- Makefile.setup.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.setup.inc b/Makefile.setup.inc index 0167b55c..0fc4347e 100644 --- a/Makefile.setup.inc +++ b/Makefile.setup.inc @@ -2,7 +2,7 @@ DESTDIR = PREFIX ?= /usr/local BINDIR ?= $(PREFIX)/bin -LUADIR ?= $(PREFIX)/share/lua/$(LUA_VERSION)/ +LUADIR ?= $(PREFIX)/share/lua/$(LUA_VERSION) BIN_FILES = luarocks luarocks-admin LUAROCKS_FILES = fs.lua dir.lua repos.lua command_line.lua upload/api.lua upload/multipart.lua \ -- cgit v1.2.3-55-g6feb