Skip to content

Commit 8d434a7

Browse files
committed
[#3732] Fix paths when prefix is default
1 parent b0d2b26 commit 8d434a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ TEST_CA_DIR = TOP_SOURCE_DIR / 'src/lib/asiolink/testutils/ca'
7272
# Prepend prefix only if the prefix was explicitly provided.
7373
if PREFIX == '/usr/local'
7474
SYSCONFDIR_INSTALLED = SYSCONFDIR
75+
LOGDIR_INSTALLED = '/usr/local/var/log'
76+
RUNSTATEDIR_INSTALLED = '/usr/local/var/run/kea'
77+
SHAREDSTATEDIR_INSTALLED = '/usr/local/var/lib/kea'
7578
else
7679
SYSCONFDIR_INSTALLED = PREFIX / SYSCONFDIR
7780
endif

0 commit comments

Comments
 (0)