Revision: 1280 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1280&view=re... Author: colombanw Date: 2010-04-22 15:05:31 +0000 (Thu, 22 Apr 2010)
Log Message: ----------- GeanyGenDoc: Fix installation directory of plugin's data (oops)
Install plugin's data in ${prefix}/geany/plugin/${plugin_name} rather than ${prefix}/geany/{plugin_name}. If you already have installed the plugin, simply delete the old directory. Sorry for this.
Modified Paths: -------------- trunk/geanygendoc/configure.ac
Modified: trunk/geanygendoc/configure.ac =================================================================== --- trunk/geanygendoc/configure.ac 2010-04-21 23:27:50 UTC (rev 1279) +++ trunk/geanygendoc/configure.ac 2010-04-22 15:05:31 UTC (rev 1280) @@ -55,7 +55,7 @@ # TODO find a way to NOT override --libdir command line option if given libdir="`$PKG_CONFIG --variable=libdir geany`/geany" # same for the data, since we use geany->app->datadir -plugindatadir="`$PKG_CONFIG --variable=datadir geany`/geany/${PACKAGE_TARNAME}" +plugindatadir="`$PKG_CONFIG --variable=datadir geany`/geany/plugins/${PACKAGE_TARNAME}" AC_SUBST([plugindatadir])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.