summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ae208a5..7ac47e2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,11 @@
ROOT_DIR := /
LUA_VERSION := 5.2
-confdir := etc/acf2
-luadir := usr/share/lua/$(LUA_VERSION)/acf2
-resdir := usr/share/acf2
+confdir := etc/aconf
+luadir := usr/share/lua/$(LUA_VERSION)/aconf
+resdir := usr/share/aconf
webdir := $(resdir)/web
-starter := usr/sbin/acf2
+starter := usr/sbin/aconfd
all: install
@@ -40,8 +40,8 @@ files += $(resdir)/$(1)
endef
-$(eval $(call link,acf2,$(luadir)))
-$(eval $(call rcopy,acf2,$(luadir),lua,-not -path 'acf2/modules/demo-*'))
+$(eval $(call link,aconf,$(luadir)))
+$(eval $(call rcopy,aconf,$(luadir),lua,-not -path 'aconf/modules/demo-*'))
$(eval $(call link,config,$(confdir)))
$(eval $(call copy,config,$(confdir),aaa.json,600))