summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2018-07-05 17:25:29 -0400
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2018-07-06 15:51:59 +0200
commit017cc0d4a3624fd54fe85bf07efa3db222fc3fa2 (patch)
treea98a05610934fba063382497f83c5fcb60fc85b6
parent3309a26a0c00cc41fe4fac587fc1ce921e8fbb68 (diff)
downloadefl-017cc0d4a3624fd54fe85bf07efa3db222fc3fa2.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