git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix downloading image to flash or harddrive (#480)
[enigma2.git]
/
lib
/
python
/
Plugins
/
Makefile.am
diff --git
a/lib/python/Plugins/Makefile.am
b/lib/python/Plugins/Makefile.am
index 6cf5ffa7e09ea29965d650d9d9e5a9928647527b..79d2b0b6a2822e3ba21e996e2c6abca8e4548f4d 100644
(file)
--- a/
lib/python/Plugins/Makefile.am
+++ b/
lib/python/Plugins/Makefile.am
@@
-1,6
+1,7
@@
-installdir = $(LIBDIR)/enigma2/python/Plugins
+installdir = $(pkglibdir)/python/Plugins
+
+SUBDIRS = Extensions SystemPlugins DemoPlugins
install_PYTHON = \
- __init__.py \
- update.py
-# example.py
+ __init__.py Plugin.py
+