summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-09-21 13:31:04 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-09-21 13:31:01 -0400
commitd70ab09a4a769b07527b56332618ab2b9a0326e2 (patch)
treebecd9a99e6309be57090862afa7aa8d854903dd9 /meson.build
parent4d0ceeb02c7d8d52b8b13ae7667dccbbf81af506 (diff)
downloadenlightenment-d70ab09a4a769b07527b56332618ab2b9a0326e2.tar.gz
move meson-chmod.sh into meson/
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 42f36bd645..46695ebd72 100644
--- a/meson.build
+++ b/meson.build
@@ -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')