newplugin.py: don't use LIBDIR, use pkglibdir instead
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 28 Oct 2010 18:27:04 +0000 (20:27 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 16 Nov 2010 16:15:37 +0000 (17:15 +0100)
lib/python/Plugins/newplugin.py [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c1c6f94..32c7269
@@ -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 \\