aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 03:36:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-22 03:36:13 +0000
commit6249d47884956d0d336747e413fc97b65e683d22 (patch)
treee31bb218f3febc80916c54c9a5ebfbe5929df177 /packages
parent0af22a2ed687745b24083703a4e9100b1f36e6af (diff)
when installing search-plugin, also include the translations
svn path=/trunk/; revision=16739
Diffstat (limited to 'packages')
-rw-r--r--packages/Makefile6
1 files changed, 4 insertions, 2 deletions
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
#==============================================================================#
#