Commit Diff


commit - 6c527bf8bce06a42527779fe0f3fdb0549dd1a91
commit + d8806afeaf18f991dc63c29e8bc5d045f4b00df9
blob - f638f4c32199ccb981347d9a4ae644b4919c736a
blob + e437a736868ca516228f3d979770490bce0f4e47
--- examples/meson.build
+++ examples/meson.build
@@ -1,4 +1,3 @@
 example_dir = join_paths(get_option('datadir'), 'backup')
 
-install_data('config.sh', install_dir: example_dir)
-install_data('crontab', install_dir: example_dir)
+install_data(['config.sh', 'crontab'], install_dir: example_dir)