summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2018-07-05 17:25:29 -0400
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>2018-07-12 11:34:47 +0900
commit75cb22dc5839322a31e248b33702fc18db85c9ee (patch)
tree5b4ca67bc1628f511de5ad0e83386b98e7291ee4
parent9b65d7efa17f8a8c99be27a0939ebaa11d61ac0c (diff)
downloadefl-75cb22dc5839322a31e248b33702fc18db85c9ee.tar.gz
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
-rw-r--r--src/lib/ecore_con/ecore_con_proxy_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_con/ecore_con_proxy_helper.c b/src/lib/ecore_con/ecore_con_proxy_helper.c
index a4d953ba7f..1b58ab1952 100644
--- a/src/lib/ecore_con/ecore_con_proxy_helper.c
+++ b/src/lib/ecore_con/ecore_con_proxy_helper.c
@@ -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