summaryrefslogtreecommitdiff
path: root/geany
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2011-04-23 07:16:14 +0530
committerManish Sinha <manishsinha@ubuntu.com>2011-04-23 07:16:14 +0530
commitc67f692507e72ec35477bb141bb4fe61c8340ec6 (patch)
treefad1eeb00bde99fe79fd056e53070469d2b416f1 /geany
parent200b75747a4304fcde23e5217ece5c218090fe46 (diff)
Fixed LP bug #690355 in which the dataprovider was not picked up by geany.
The reason fo the bug was that geany looks for the plugins in $PREFIX/lib/geany and the build system was putting it in $PREFIX/lib/geany/plugins
Diffstat (limited to 'geany')
-rw-r--r--geany/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/geany/Makefile.am b/geany/Makefile.am
index 6edcb45..1316658 100644
--- a/geany/Makefile.am
+++ b/geany/Makefile.am
@@ -1,4 +1,4 @@
-geanyplugindir = $(libdir)/geany/plugins
+geanyplugindir = $(libdir)/geany
geanyplugin_LTLIBRARIES = zeitgeist_dataprovider.la
zeitgeist_dataprovider_la_SOURCES = \