Skip to content

Commit

Permalink
🐛 revert: fix postconf install script copy on configure
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 28, 2024
1 parent 1674d2b commit 29b7b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/scripts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ config_files = [
'scm_version_snip.py',
'meson_setuptools_scm.py',
'meson_dist_setuptools_scm.py',
'meson_postconf_install_dependencies.py',
'version_metadata_template.py',
'replace_ruff_target_version.py',
'to_distribution_template.py',
'render_requirements.py',
]
configure_file(input: 'meson_postconf_install_dependencies.py', copy: true)
foreach file: config_files
if not meson.is_subproject() or get_option('install-subprojects').enabled()
python.install_sources(file, subdir: 'ozi'/'scripts')
Expand Down

0 comments on commit 29b7b00

Please sign in to comment.