Meson: set vieet as executable

Summary: vieet is an installed executable and therefore should be executable by everyone

Test Plan: Check vieet permissions

Reviewers: bu5hm4n

Reviewed By: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7184
This commit is contained in:
Daniel Zaoui 2018-10-21 09:19:01 +03:00
parent 2d2055edd7
commit fabfd2334e
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ eet_bin = executable('eet',
)
install_data(['diffeet','vieet'],
install_mode: 'rwxr--r--',
install_mode: 'rwxr-xr-x',
install_dir : dir_bin
)