fix rage_thumb execution if not in /usr/local

This commit is contained in:
Carsten Haitzler 2014-08-26 12:24:41 +09:00
parent f15ebcae4c
commit 1acc6309e7
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ 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_data_dir_set(PACKAGE_DATA_DIR);
elm_app_compile_lib_dir_set(PACKAGE_LIB_DIR);
elm_app_info_set(elm_main, "rage", "themes/default.edj");
#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 10)