aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/newplugin.py
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-11-17 17:20:04 +0100
committerAndreas Oberritter <obi@opendreambox.org>2010-11-17 17:20:04 +0100
commit2b49c99dcd77e5c65d9563b38ed25e3153144818 (patch)
tree5cefbc8c84b91fbeef21e6b86c42c0e70f3fc121 /lib/python/Plugins/newplugin.py
parenta369ff24e35fce27bfc9fccf7b284b03533bb4c3 (diff)
parenta8682faafcab6004621a4848d7855c70b55f0bce (diff)
downloadenigma2-2b49c99dcd77e5c65d9563b38ed25e3153144818.tar.gz
enigma2-2b49c99dcd77e5c65d9563b38ed25e3153144818.zip
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib/python/Plugins/newplugin.py')
-rwxr-xr-x[-rw-r--r--]lib/python/Plugins/newplugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/newplugin.py b/lib/python/Plugins/newplugin.py
index c1c6f948..32c7269d 100644..100755
--- a/lib/python/Plugins/newplugin.py
+++ b/lib/python/Plugins/newplugin.py
@@ -137,7 +137,7 @@ def Plugins(**kwargs):
file.close()
makefile = open(pluginpath + "/Makefile.am", "w")
-makefile.write("""installdir = $(LIBDIR)/enigma2/python/Plugins/%s/%s
+makefile.write("""installdir = $(pkglibdir)/python/Plugins/%s/%s
install_PYTHON = \\
__init__.py \\