From f918deab76b3ebd790b64a5694805ecbf944ca66 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 17 Aug 2009 00:47:51 +0200 Subject: enable metadata install, install into /usr/share/enigma2/meta/enigma2/ --- lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am | 2 ++ lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/meta/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade') diff --git a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am index ea9b6057..0f9c2d7a 100644 --- a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am @@ -1,5 +1,7 @@ installdir = $(pkglibdir)/python/Plugins/SystemPlugins/FrontprocessorUpgrade +SUBDIRS = meta + install_PYTHON = \ __init__.py \ plugin.py diff --git a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/meta/Makefile.am index 3a3853de..dae05092 100755 --- a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/meta/Makefile.am @@ -1,3 +1,3 @@ -installdir = $(pkglibdir)/python/Plugins/meta/ +installdir = $(pkgdatadir)/meta/enigma2/ dist_install_DATA = plugin_frontprocessorupgrade.xml -- cgit v1.2.3