Add symlinks to folder
Now that we have the schemas moved, add symlinks back to the schemas
that we use, so that they will be installed correctly.
The meson option of follow_symlinks: true is added to suppress a
warning about potential change in behavior in meson in the future.
Change-Id: Ie24536ca04038d8137818c201d9411b95361b14f
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/meson.build b/meson.build
index 101c0ce..c42ccc1 100644
--- a/meson.build
+++ b/meson.build
@@ -313,7 +313,7 @@
section: 'Directories',
)
-install_subdir('static', install_dir: 'share/www', strip_directory: true)
+install_subdir('static', install_dir: 'share/www', strip_directory: true, follow_symlinks: true)
# Config subdirectory