feat: install scripts and run them from the proper path

This commit is contained in:
Gabriele Musco 2023-06-18 13:35:18 +02:00
commit 5b4f4ab085
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
5 changed files with 11 additions and 6 deletions

4
scripts/meson.build Normal file
View file

@ -0,0 +1,4 @@
install_data('_clone_or_pull.sh', install_dir: pkgdatadir / 'scripts')
install_data('build_libsurvive.sh', install_dir: pkgdatadir / 'scripts')
install_data('build_monado.sh', install_dir: pkgdatadir / 'scripts')
install_data('build_opencomposite.sh', install_dir: pkgdatadir / 'scripts')