From 6249d47884956d0d336747e413fc97b65e683d22 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 22 Dec 2012 03:36:13 +0000 Subject: when installing search-plugin, also include the translations svn path=/trunk/; revision=16739 --- packages/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 1e5fd2ba..c96ac55e 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -212,9 +212,11 @@ pd_startup_install: #------------------------------------------------------------------------------ # install the search plugin by default search_plugin_install: - install -d $(DESTDIR)$(objectsdir) + install -d $(DESTDIR)$(objectsdir)/search-plugin install -p $(scripts_src)/guiplugins/search-plugin/search-plugin.tcl \ - $(DESTDIR)$(objectsdir) + $(DESTDIR)$(objectsdir)/search-plugin/ + make -C $(scripts_src)/guiplugins/search-plugin/po \ + DESTDIR=$(DESTDIR)$(objectsdir)/search-plugin/po/ install #==============================================================================# # -- cgit v1.2.1