From: acid-burn Date: Tue, 29 Dec 2009 13:22:44 +0000 (+0100) Subject: SoftwareManager/Makefile.am: add missing SoftwareTools.py X-Git-Tag: 2.7.0~10^2~3 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5d3a1e16b59fdc52739c4965e4d0c68534642852?hp=018534fa7bf9be0885b2ffc753d8d6fc5b56143c SoftwareManager/Makefile.am: add missing SoftwareTools.py --- diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am old mode 100644 new mode 100755 index ee1e56de..2d5e3381 --- 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 \