diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-17 17:20:04 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-17 17:20:04 +0100 |
| commit | 2b49c99dcd77e5c65d9563b38ed25e3153144818 (patch) | |
| tree | 5cefbc8c84b91fbeef21e6b86c42c0e70f3fc121 /lib/python/Plugins/SystemPlugins/TempFanControl | |
| parent | a369ff24e35fce27bfc9fccf7b284b03533bb4c3 (diff) | |
| parent | a8682faafcab6004621a4848d7855c70b55f0bce (diff) | |
| download | enigma2-2b49c99dcd77e5c65d9563b38ed25e3153144818.tar.gz enigma2-2b49c99dcd77e5c65d9563b38ed25e3153144818.zip | |
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/TempFanControl')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am index cfdeb654..490a7720 100755 --- a/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am @@ -1,4 +1,4 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/TempFanControl +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/TempFanControl SUBDIRS = meta @@ -6,4 +6,4 @@ install_PYTHON = \ __init__.py \ plugin.py -dist_install_DATA = LICENSE
\ No newline at end of file +dist_install_DATA = LICENSE |
