aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
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
109install: $(INSTALL_FILES) 109install: $(INSTALL_FILES)
110 110
111install-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) "$<" "$@"