summaryrefslogtreecommitdiff
path: root/graphics/gimp-app/files/patch-tools_gimptool.c
blob: 06092bd9ee02af655e08471f1f460a1fab142e24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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