diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 23:36:14 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-02-22 23:36:14 +0000 |
| commit | 71798ac3f2d13f01501476fc7fcc00c49303e88a (patch) | |
| tree | ad81bf52329aaf7cd4b4b979b7ff5c1abeb97923 /lib/python | |
| parent | 198c2588d73a87f3106412467ff72af643b8f0ed (diff) | |
| download | enigma2-71798ac3f2d13f01501476fc7fcc00c49303e88a.tar.gz enigma2-71798ac3f2d13f01501476fc7fcc00c49303e88a.zip | |
fix install path
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am index 2475d674..514b62b9 100644 --- a/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/FrontprocessorUpgrade +installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/FrontprocessorUpgrade install_PYTHON = \ __init__.py \ |
