fix typo in finding chmod meson script

ref d70ab09a4a
This commit is contained in:
Mike Blumenkrantz 2017-09-21 20:58:48 -04:00
parent e121c1083c
commit 2f51262833
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ project('enlightenment', 'c',
##### convenience variables for later
proj = meson.project_name()
ver = meson.project_version()
chmod = join_paths(meson.source_root(), '/meson/meson-chmod.sh')
chmod = join_paths(meson.source_root(), 'meson/meson-chmod.sh')
#### check for mixed autofoo and meson build tree mess
clean_check = run_command('meson/clean_check.sh')