]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3731] Fix DHCP_DATA_DIR
authorAndrei Pavel <andrei@isc.org>
Thu, 13 Mar 2025 13:06:02 +0000 (15:06 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 13 Mar 2025 17:03:38 +0000 (18:03 +0100)
meson.build

index 15a30a6f38a4fd2f0832efe883af41f0dcf8c57d..d1c3cd3211f6e3bd8c330f59c467cc58d0285b2d 100644 (file)
@@ -21,7 +21,7 @@ LOCALSTATEDIR = get_option('localstatedir')
 PREFIX = get_option('prefix')
 SYSCONFDIR = get_option('sysconfdir')
 
-DHCP_DATA_DIR = f'@PREFIX@/@LOCALSTATEDIR@/run/kea'
+DHCP_DATA_DIR = f'@LOCALSTATEDIR@/run/kea'
 DEFAULT_HOOKS_PATH = f'@PREFIX@/lib/kea/hooks'
 KEA_ADMIN = f'@TOP_BUILD_DIR@/src/bin/admin/kea-admin'
 KEA_LFC = f'@TOP_BUILD_DIR@/src/bin/lfc/kea-lfc'