aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Makefile.am2
-rw-r--r--lib/python/Screens/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am
index bb179a9a..40cbb3fe 100644
--- a/lib/python/Components/Makefile.am
+++ b/lib/python/Components/Makefile.am
@@ -1,6 +1,6 @@
installdir = $(LIBDIR)/enigma2/python/Components
-install_DATA = \
+install_PYTHON = \
ActionMap.py GUISkin.py PerServiceDisplay.py TimeInput.py components.py \
Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \
Clock.py HTMLSkin.py ServiceList.py VariableText.py \
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am
index 77f35efe..b113e951 100644
--- a/lib/python/Screens/Makefile.am
+++ b/lib/python/Screens/Makefile.am
@@ -1,6 +1,6 @@
installdir = $(LIBDIR)/enigma2/python/Screens
-install_DATA = \
+install_PYTHON = \
ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py \
MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \
MovieSelection.py Setup.py About.py HarddiskSetup.py FixedMenu.py \