diff options
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index a2a13e04..87b30480 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
@@ -108,6 +108,8 @@ INSTALL_FILES = $(DESTDIR)$(bindir)/luarocks \ | |||
108 | 108 | ||
109 | install: $(INSTALL_FILES) | 109 | install: $(INSTALL_FILES) |
110 | 110 | ||
111 | install-config: $(DESTDIR)$(luarocksconfdir)/config-$(LUA_VERSION).lua | ||
112 | |||
111 | $(DESTDIR)$(bindir)/luarocks: $(builddir)/luarocks | 113 | $(DESTDIR)$(bindir)/luarocks: $(builddir)/luarocks |
112 | mkdir -p "$(@D)" | 114 | mkdir -p "$(@D)" |
113 | $(INSTALL) "$<" "$@" | 115 | $(INSTALL) "$<" "$@" |