install plugins to the correct directories
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 22 Feb 2006 23:30:37 +0000 (23:30 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Wed, 22 Feb 2006 23:30:37 +0000 (23:30 +0000)
lib/python/Plugins/DemoPlugins/TestPlugin/Makefile.am
lib/python/Plugins/Extensions/FileManager/Makefile.am
lib/python/Plugins/Extensions/TuxboxPlugins/Makefile.am
lib/python/Plugins/Extensions/WebInterface/Makefile.am
lib/python/Plugins/SystemPlugins/SoftwareUpdate/Makefile.am

index dd6980ac891934fa7e414bc1ec529392549abd02..8173b373092fbe37283dbd781dd53022a9e0cc4c 100644 (file)
@@ -1,4 +1,4 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/TestPlugin
+installdir = $(LIBDIR)/enigma2/python/Plugins/DemoPlugins/TestPlugin
 
 install_PYTHON =       \
        __init__.py \
index bf4828d141c90972d62bc93fc9eb4290026ea60a..0a792e757788d3f8fb6847ce76158a515dfd93f3 100644 (file)
@@ -1,4 +1,4 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/FileManager
+installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/FileManager
 
 install_PYTHON =       \
        __init__.py \
index 529d98888736749b3d1c1afd02aa378869021ea9..6168589471bb4012de402498ebfa1345d5ed65de 100644 (file)
@@ -1,4 +1,4 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/TuxboxPlugins
+installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/TuxboxPlugins
 
 install_PYTHON =       \
        __init__.py \
index 58da58835b5ed57583589aed7793c1c644982b2d..dffb8d07205f9313771883727be32cf74dc78e9a 100644 (file)
@@ -1,4 +1,4 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/WebInterface
+installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/WebInterface
 
 install_PYTHON =       \
        __init__.py \
index 9f7bd4c48400d241ef9c45d4cbbeb4871ee16ecb..7b26d5f9a65c6014b4f5d45736c888b5e15f10a3 100644 (file)
@@ -1,4 +1,4 @@
-installdir = $(LIBDIR)/enigma2/python/Plugins/SoftwareUpdate
+installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/SoftwareUpdate
 
 install_PYTHON =       \
        __init__.py \