From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: network@lists.ipfire.org Subject: [PATCH] Makefile.am: Fix typo defining the logdir Date: Sun, 19 Mar 2023 15:59:38 +0100 Message-ID: <20230319145938.738388-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5611368349638856594==" List-Id: --===============5611368349638856594== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit The correct value name should be "localstatedir" Signed-off-by: Stefan Schantl --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 893f1b8..5dc4629 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ hooks_zonesdir = $(hooksdir)/zones triggersdir = $(networkdir)/triggers -logdir = $(localestatedir)/log/network +logdir = $(localstatedir)/log/network utildir = $(networkdir) CLEANFILES = -- 2.30.2 --===============5611368349638856594==--