diff options
-rw-r--r-- | net/kea-devel/files/patch-meson.build | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/net/kea-devel/files/patch-meson.build b/net/kea-devel/files/patch-meson.build index ec2e626fdfc9..3bd6a82abfe7 100644 --- a/net/kea-devel/files/patch-meson.build +++ b/net/kea-devel/files/patch-meson.build @@ -1,5 +1,5 @@ --- meson.build.orig 2025-06-20 09:28:47.000000000 -0700 -+++ meson.build 2025-07-09 21:04:32.714884000 -0700 ++++ meson.build 2025-07-09 22:46:20.088250000 -0700 @@ -59,7 +59,7 @@ # Meson is annoying with its opinionated alteration of certain paths based on whether prefix is default or not. # So we revert what it does. @@ -35,3 +35,16 @@ endif #### Build Options +@@ -1108,9 +1108,9 @@ + # In case prefix is default, install to hardcoded path. + if PREFIX == '/usr/local' + install_emptydir('/usr/local/lib/kea') +- install_emptydir('/usr/local/var/lib/kea') +- install_emptydir('/usr/local/var/log/kea') +- install_emptydir('/usr/local/var/run/kea') ++ install_emptydir('/var/lib/kea') ++ install_emptydir('/var/log/kea') ++ install_emptydir('/var/run/kea') + endif + + # Print the setup report. |