From e19230b9d5672a60bd25534e81c621ad85defbf9 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sat, 11 Aug 2018 00:33:17 -0300 Subject: GNUmakefile: add back install-config target As a convenience to distro maintainers who may want to distribute multiple versions of the LuaRocks configuration. --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index a2a13e04..87b30480 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -108,6 +108,8 @@ INSTALL_FILES = $(DESTDIR)$(bindir)/luarocks \ install: $(INSTALL_FILES) +install-config: $(DESTDIR)$(luarocksconfdir)/config-$(LUA_VERSION).lua + $(DESTDIR)$(bindir)/luarocks: $(builddir)/luarocks mkdir -p "$(@D)" $(INSTALL) "$<" "$@" -- cgit v1.2.3-55-g6feb