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

index a3371d42f2619b981babd93487134f12263866ab..d204416ce4c78ae2afe4e3b46d4943997d0737de 100644 (file)
@@ -827,7 +827,7 @@ top_docs = [
     'code_of_conduct.md',
     'platforms.rst',
 ]
-install_data(top_docs, install_dir: 'share/doc/kea')
+install_data(top_docs, install_dir: DATADIR / 'doc/kea')
 install_emptydir('var/run/kea')
 
 # Print the setup report.