discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2f51262833246e57e65b7d11bf654787b6ec2dee

commit 2f51262833246e57e65b7d11bf654787b6ec2dee
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Sep 21 20:58:48 2017 -0400

    fix typo in finding chmod meson script
    
    ref d70ab09a4a769b07527b56332618ab2b9a0326e2
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 1cce0c143..c4968b592 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/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')

-- 


Reply via email to