Skip to content

Commit

Permalink
Merge pull request #195 from kapsh/scripts_bindir
Browse files Browse the repository at this point in the history
build: install scripts into bindir provided by meson
  • Loading branch information
yshui committed Jun 24, 2019
2 parents a52f95a + 87aafc1 commit 387e247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Expand Up @@ -66,7 +66,8 @@ test_h_dep = subproject('test.h').get_variable('test_h_dep')
subdir('src')
subdir('man')

install_subdir('bin', install_dir: '')
install_data(['bin/compton-convgen.py', 'bin/compton-trans'],
install_dir: get_option('bindir'))
install_data('compton.desktop', install_dir: 'share/applications')
install_data('media/icons/48x48/compton.png',
install_dir: 'share/icons/hicolor/48x48/apps')
Expand Down

0 comments on commit 387e247

Please sign in to comment.