nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/meson.build b/meson.build
2index 24ab9b5bd7..8f44076cf7 100644
3--- a/meson.build
4+++ b/meson.build
5@@ -1118,10 +1118,6 @@ top_docs = [
6 ]
7 install_data(top_docs, install_dir: DATADIR / 'doc/kea')
8
9-install_emptydir(LOGDIR)
10-install_emptydir(RUNSTATEDIR)
11-install_emptydir(SHAREDSTATEDIR)
12-
13 # Meson is annoying with its opinionated alteration of certain paths based on whether prefix is default or not.
14 # So we revert what it does..
15 # In case prefix is default, install to hardcoded path.