File ggobi-plugin-dir.patch of Package ggobi
--- orig/plugins/Makefile.plugin 2011-02-12 18:06:46.000000000 +0100 +++ src/plugins/Makefile.plugin 2013-02-08 16:22:52.391600939 +0100 @@ -2,7 +2,7 @@ # Every plugin provides a single library to GGobi, define it here. # Its name should start with 'lib' and end with '.la'. -plugindir = $(datadir)/ggobi/plugins/$(PACKAGE_NAME) +plugindir = $(libdir)/ggobi/plugins/$(PACKAGE_NAME) plugin_LTLIBRARIES = plugin.la # Most plugins will only require GGobi and its dependencies (gtk, libxml2)