Codebase list xapp / 624336e9-9f00-4578-b460-c2abb8e309ad/main scripts / meson.build
624336e9-9f00-4578-b460-c2abb8e309ad/main

Tree @624336e9-9f00-4578-b460-c2abb8e309ad/main (Download .tar.gz)

meson.build @624336e9-9f00-4578-b460-c2abb8e309ad/mainraw · history · blame

1
2
3
4
5
scripts = files('pastebin', 'upload-system-info', 'xfce4-set-wallpaper')

install_data(scripts,
    install_dir: join_paths(get_option('prefix'), get_option('bindir')),
)