Codebase list xapp / debian/2.0.4-2 scripts / meson.build
debian/2.0.4-2

Tree @debian/2.0.4-2 (Download .tar.gz)

meson.build @debian/2.0.4-2raw · 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')),
)