summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 18e9c64..063faa2 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ ROOT_DIR := /
LUA_VERSION := 5.2
confdir := etc/acf2
-luadir := usr/share/lua/$(LUA_VERSION)/acf
+luadir := usr/share/lua/$(LUA_VERSION)/acf2
resdir := usr/share/acf2
webdir := $(resdir)/web
starter := usr/sbin/acf2
@@ -40,8 +40,8 @@ files += $(resdir)/$(1)
endef
-$(eval $(call link,acf,$(luadir)))
-$(eval $(call rcopy,acf,$(luadir),lua,-not -path 'acf/modules/*'))
+$(eval $(call link,acf2,$(luadir)))
+$(eval $(call rcopy,acf2,$(luadir),lua,-not -path 'acf2/modules/*'))
$(ROOT_DIR)/$(luadir)/modules:
install -d $@