raster pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=0284ec1180ccd63ad833c483ddd5685bf5b453ae
commit 0284ec1180ccd63ad833c483ddd5685bf5b453ae Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Thu Sep 18 21:49:27 2014 +0900 prefix relocation - set up libdir and localedir to work best --- src/bin/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/main.c b/src/bin/main.c index c9db2e4..15cf338 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -2986,7 +2986,9 @@ 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); + elm_app_compile_locale_set(LOCALEDIR); elm_app_info_set(elm_main, "terminology", "themes/default.edj"); config_init(); --
