Codebase list xapp / 72876f0e-7b82-4cb4-b809-866057c0d96f/main scripts / meson.build
72876f0e-7b82-4cb4-b809-866057c0d96f/main

Tree @72876f0e-7b82-4cb4-b809-866057c0d96f/main (Download .tar.gz)

meson.build @72876f0e-7b82-4cb4-b809-866057c0d96f/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')),
)