From 5d3a1e16b59fdc52739c4965e4d0c68534642852 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Tue, 29 Dec 2009 14:22:44 +0100 Subject: [PATCH] SoftwareManager/Makefile.am: add missing SoftwareTools.py --- lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 lib/python/Plugins/SystemPlugins/SoftwareManager/Makefile.am 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 ee1e56d..2d5e338 --- 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 \ -- 2.7.4