diff options
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Hotplug')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am | 2 | ||||
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am index 60ba49fc..db9e7625 100644 --- a/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Hotplug/Makefile.am @@ -1,5 +1,7 @@ installdir = $(pkglibdir)/python/Plugins/SystemPlugins/Hotplug +SUBDIRS = meta + install_PYTHON = \ __init__.py \ plugin.py diff --git a/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am index 41ba6c3f..3a9525d1 100755 --- a/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile.am @@ -1,3 +1,3 @@ -installdir = $(pkglibdir)/python/Plugins/meta/ +installdir = $(pkgdatadir)/meta/enigma2/ dist_install_DATA = plugin_hotplug.xml |
