meson.build (319B)
1 # This file is in the public domain. 2 3 configure_file( 4 input: 'challenger-dbconfig', 5 output: 'challenger-dbconfig', 6 copy: true, 7 install: true, 8 install_dir: get_option('bindir'), 9 ) 10 11 install_subdir( 12 'spa', 13 strip_directory: true, 14 install_dir: get_option('datadir') / 'challenger' / 'spa', 15 )