public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Makefile.am: Fix typo defining the logdir
@ 2023-03-19 14:59 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-03-19 14:59 UTC (permalink / raw)
  To: network

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

The correct value name should be "localstatedir"

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-19 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-19 14:59 [PATCH] Makefile.am: Fix typo defining the logdir Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox