Commit aeb3ef28 authored by Roman Alifanov's avatar Roman Alifanov

Fix RPM build: install content binary, update spec for compiler/

- Add configure_file for content.in → content binary in compiler/meson.build - Update spec: bootstrap/ → compiler/ in %files
parent 31bfe20c
conf = configuration_data()
conf.set('PYTHON', py.full_path())
conf.set('pkgdatadir', pkgdatadir)
configure_file(
input: '../content.in',
output: 'content',
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr-xr-x',
)
install_data(
'__init__.py',
'__main__.py',
......
......@@ -56,7 +56,7 @@ in the style of Go urfave/cli.
%files
%_bindir/content
%dir %_datadir/content/
%_datadir/content/bootstrap/
%_datadir/content/compiler/
%doc README.md README_ru.md LANGUAGE_SPEC.md
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment