--- tools/gimptool.c.orig 2019-08-27 19:59:16 UTC +++ tools/gimptool.c @@ -697,9 +697,7 @@ get_sys_plugin_dir (gboolean forward_slashes) g_free (rprefix); #else dir = g_build_path (forward_slashes ? "/" : G_DIR_SEPARATOR_S, - LIBDIR, - "gimp", - GIMP_PLUGIN_VERSION, + GIMPPLUGINDIR, "plug-ins", NULL); #endif