From 6a329e8dc07552fa4a9277cc1fcb4ad0ae24b731 Mon Sep 17 00:00:00 2001 From: Lauri Alanko Date: Mon, 31 Aug 1998 12:23:40 +0000 Subject: [PATCH] Added ${gimp_data_dir}/plug-ins to the plug-in path.. There is such a thing as an architecture-independent plugin. --- etc/gimprc.in | 2 +- gimprc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/gimprc.in b/etc/gimprc.in index 5fdf46f125..d0e94793af 100644 --- a/etc/gimprc.in +++ b/etc/gimprc.in @@ -67,7 +67,7 @@ # Set the plug-in search path...this path will be searched for # plug-ins when the plug-in is run. -(plug-in-path "${gimp_dir}/plug-ins:${gimp_dir}/plug-ins/script-fu:${gimp_plugin_dir}/plug-ins") +(plug-in-path "${gimp_dir}/plug-ins:${gimp_dir}/plug-ins/script-fu:${gimp_plugin_dir}/plug-ins:${gimp_data_dir}/plug-ins") # Set the path for the script-fu plug-in. This value is ignored by # the GIMP if the script-fu plug-in is never run. diff --git a/gimprc.in b/gimprc.in index 5fdf46f125..d0e94793af 100644 --- a/gimprc.in +++ b/gimprc.in @@ -67,7 +67,7 @@ # Set the plug-in search path...this path will be searched for # plug-ins when the plug-in is run. -(plug-in-path "${gimp_dir}/plug-ins:${gimp_dir}/plug-ins/script-fu:${gimp_plugin_dir}/plug-ins") +(plug-in-path "${gimp_dir}/plug-ins:${gimp_dir}/plug-ins/script-fu:${gimp_plugin_dir}/plug-ins:${gimp_data_dir}/plug-ins") # Set the path for the script-fu plug-in. This value is ignored by # the GIMP if the script-fu plug-in is never run.