ecore-con/proxy_helper: fix in-tree run path

this is located in the bin/ecore_con directory, not bin/ecore_con/utils,
so ensure that we pass the correct path in order to avoid not finding the
file

@fix
ref T6713

Differential Revision: https://phab.enlightenment.org/D6515
This commit is contained in:
Mike Blumenkrantz 2018-07-05 17:25:29 -04:00 committed by Marcel Hollerbach
parent 3309a26a0c
commit 017cc0d4a3
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ _efl_net_proxy_helper_spawn(void)
}
// find binary location path
if (run_in_tree == 1)
bs_binary_get(buf, sizeof(buf), "ecore_con/utils", "efl_net_proxy_helper");
bs_binary_get(buf, sizeof(buf), "ecore_con", "efl_net_proxy_helper");
else
#endif
snprintf