| 615 #endif |
615 #endif |
| 616 abort(); |
616 abort(); |
| 617 } |
617 } |
| 618 |
618 |
| 619 if (!g_getenv("PURPLE_PLUGINS_SKIP")) { |
619 if (!g_getenv("PURPLE_PLUGINS_SKIP")) { |
| 620 search_path = g_build_filename(purple_user_dir(), |
620 search_path = g_build_filename(purple_data_dir(), |
| 621 "plugins", NULL); |
621 "plugins", NULL); |
| 622 if (!g_stat(search_path, &st)) |
622 if (!g_stat(search_path, &st)) |
| 623 g_mkdir(search_path, S_IRUSR | S_IWUSR | S_IXUSR); |
623 g_mkdir(search_path, S_IRUSR | S_IWUSR | S_IXUSR); |
| 624 purple_plugins_add_search_path(search_path); |
624 purple_plugins_add_search_path(search_path); |
| 625 g_free(search_path); |
625 g_free(search_path); |