You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jade-gui/jade_gui/scripts/meson.build

17 lines
450 B
Meson

pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
scriptsdir = join_paths(pkgdatadir, 'jade_gui/scripts')
jade_gui_sources = [
'getDisks.sh',
'getDiskSize.sh',
'checkEFI.sh',
'install.sh',
'savePrefs.sh',
'getDiskType.sh',
'getDiskName.sh',
'getPartitions.sh',
'reboot.sh',
'openBash.sh',
'openGparted.sh',
]
install_data(jade_gui_sources, install_dir: scriptsdir)