prt-get/misc/meson.build

10 lines
328 B
Meson

install_data(['prt-get.conf', 'prt-get.aliases'],
install_dir : '/etc',
install_mode : 'rw-r--r--')
install_data(['prt-get_complete','prt-get_complete_zsh'],
install_dir : get_option('prefix') / 'share',
install_mode : 'rw-r--r--',
rename : ['bash_completion/completions/prt-get',
'zsh/site-functions/_prt-get'])