diff options
Diffstat (limited to 'pcb/meson.build')
-rw-r--r-- | pcb/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcb/meson.build b/pcb/meson.build index 7f8b85f..f320aae 100644 --- a/pcb/meson.build +++ b/pcb/meson.build @@ -20,7 +20,7 @@ schematic = custom_target('schematic', depend_files: schematic_files, build_by_default: true, install: true, - install_dir: 'website/static', + install_dir: '/', ) bom = custom_target('bom', @@ -38,5 +38,5 @@ bom = custom_target('bom', depend_files: schematic_files, build_by_default: true, install: true, - install_dir: 'website/static', + install_dir: '/', ) |