Ed Tanous | a529a6a | 2024-05-29 16:51:37 -0700 | [diff] [blame] | 1 | install_subdir( |
| 2 | 'installed', |
| 3 | install_dir: 'share/www/redfish/v1/schema', |
| 4 | strip_directory: true, |
Ed Tanous | 323af81 | 2024-07-15 18:16:33 -0700 | [diff] [blame] | 5 | follow_symlinks: true, |
Ed Tanous | a529a6a | 2024-05-29 16:51:37 -0700 | [diff] [blame] | 6 | ) |
| 7 | |
| 8 | install_subdir( |
| 9 | 'json-schema-installed', |
| 10 | install_dir: 'share/www/redfish/v1/JsonSchemas', |
| 11 | strip_directory: true, |
Ed Tanous | 323af81 | 2024-07-15 18:16:33 -0700 | [diff] [blame] | 12 | follow_symlinks: true, |
Ed Tanous | 92e26be | 2024-08-21 13:39:14 -0700 | [diff] [blame^] | 13 | ) |