From 9c9d0585d9cbfd3aeb30955f78572a45ec607d8c Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 25 Jan 2017 14:48:19 +0100 Subject: [PATCH] Add missing logdir to Makefile. The logdir has not been created during the "make install" process and therefore not been shipped yet. This directory is used to store various databases which contains data about the zones and routes. They can easily accessed by the upcomming WUI to display or compute those information. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3226e5b1..f377747b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,8 @@ hooks_zonesdir = $(hooksdir)/zones triggersdir = $(networkdir)/triggers +logdir = $(localestatedir)/log/network + CLEANFILES = DISTCLEANFILES = EXTRA_DIST = @@ -232,7 +234,8 @@ EXTRA_DIST += \ src/ppp/ip-updown.in INSTALL_DIRS += \ - $(pppdir) + $(pppdir) \ + $(logdir) ppp-install-hook: ln -svf ip-updown $(DESTDIR)$(pppdir)/ip-pre-up -- 2.39.2