summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index feb0c3e..8598224 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ LUA_VERSION := 5.2
confdir := etc/aconf
luadir := usr/share/lua/$(LUA_VERSION)/aconf
resdir := usr/share/aconf
+augdir := $(resdir)/augeas
webdir := $(resdir)/web
starter := usr/sbin/aconfd
@@ -43,6 +44,8 @@ endef
$(eval $(call link,aconf,$(luadir)))
$(eval $(call rcopy,aconf,$(luadir),lua,-not -path 'aconf/modules/demo-*'))
+$(eval $(call rcopy,augeas,$(augdir),aug))
+
$(eval $(call link,config,$(confdir)))
$(eval $(call copy,config,$(confdir),audit.json,600))
$(eval $(call copy,config,$(confdir),auth.json,600))