move meson-chmod.sh into meson/

This commit is contained in:
Mike Blumenkrantz 2017-09-21 13:31:04 -04:00
parent 4d0ceeb02c
commit d70ab09a4a
3 changed files with 2 additions and 2 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-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')

View File

@ -17,7 +17,7 @@ data/units/meson.build \
data/session/meson.build \
doc/meson.build \
meson.build \
meson-chmod.sh \
meson/meson-chmod.sh \
meson/clean_check.sh \
meson/meson_inst.sh \
meson/meson_modules.sh \