tasn pushed a commit to branch master. http://git.enlightenment.org/apps/eruler.git/commit/?id=6c39d053b8c0fb03ba74375fae0fd020e2e9729a
commit 6c39d053b8c0fb03ba74375fae0fd020e2e9729a Author: Tom Hacohen <[email protected]> Date: Wed Oct 8 12:35:50 2014 +0100 Make eruler properly relocatable. --- src/bin/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/main.c b/src/bin/main.c index 3ad74c1..de52be9 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -2443,7 +2443,11 @@ elm_main(int argc, char **argv) elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED); elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR); + elm_app_compile_lib_dir_set(PACKAGE_LIB_DIR); elm_app_compile_data_dir_set(PACKAGE_DATA_DIR); +#if HAVE_GETTEXT && ENABLE_NLS + elm_app_compile_locale_set(LOCALEDIR); +#endif elm_app_info_set(elm_main, "eruler", "themes/default.edj"); snprintf(theme_file, sizeof(theme_file), "%s/themes/default.edj", --
