diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2009-12-29 14:22:44 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2009-12-29 14:22:44 +0100 |
| commit | 5d3a1e16b59fdc52739c4965e4d0c68534642852 (patch) | |
| tree | c5112014439eb86cc65f624d18d0ae78405b7cc0 /lib/python/Plugins | |
| parent | 018534fa7bf9be0885b2ffc753d8d6fc5b56143c (diff) | |
| download | enigma2-5d3a1e16b59fdc52739c4965e4d0c68534642852.tar.gz enigma2-5d3a1e16b59fdc52739c4965e4d0c68534642852.zip | |
SoftwareManager/Makefile.am: add missing SoftwareTools.py
Diffstat (limited to 'lib/python/Plugins')
| -rwxr-xr-x[-rw-r--r--] | lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am index ee1e56de..2d5e3381 100644..100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am @@ -6,7 +6,8 @@ install_PYTHON = \ __init__.py \ plugin.py \ BackupRestore.py \ - ImageWizard.py + ImageWizard.py \ + SoftwareTools.py dist_install_DATA = \ imagewizard.xml \ |
