From: Stefan Schantl Date: Wed, 25 Jan 2017 13:48:19 +0000 (+0100) Subject: Add missing logdir to Makefile. X-Git-Tag: 009~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c9d0585d9cbfd3aeb30955f78572a45ec607d8c;p=network.git 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 --- 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