mirror of https://github.com/GNOME/gimp.git
Added ${gimp_data_dir}/plug-ins to the plug-in path.. There is such a
thing as an architecture-independent plugin.
This commit is contained in:
parent
05d166cd4e
commit
6a329e8dc0
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue