diff options
Diffstat (limited to 'graphics/gimp-app/files/patch-tools_gimptool.c')
-rw-r--r-- | graphics/gimp-app/files/patch-tools_gimptool.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp-app/files/patch-tools_gimptool.c b/graphics/gimp-app/files/patch-tools_gimptool.c new file mode 100644 index 000000000000..06092bd9ee02 --- /dev/null +++ b/graphics/gimp-app/files/patch-tools_gimptool.c @@ -0,0 +1,13 @@ +--- tools/gimptool.c.orig 2021-09-14 15:53:10 UTC ++++ tools/gimptool.c +@@ -748,9 +748,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 |