blob: 7b363789c495794153b4845159a3b9fa76d895ce [file] [log] [blame]
Ed Tanousa529a6a2024-05-29 16:51:37 -07001install_subdir(
2 'installed',
3 install_dir: 'share/www/redfish/v1/schema',
4 strip_directory: true,
Ed Tanous323af812024-07-15 18:16:33 -07005 follow_symlinks: true,
Ed Tanousa529a6a2024-05-29 16:51:37 -07006)
7
8install_subdir(
9 'json-schema-installed',
10 install_dir: 'share/www/redfish/v1/JsonSchemas',
11 strip_directory: true,
Ed Tanous323af812024-07-15 18:16:33 -070012 follow_symlinks: true,
Ed Tanousa529a6a2024-05-29 16:51:37 -070013)