summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/thandy/packagesys/ThpPackages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thandy/packagesys/ThpPackages.py b/lib/thandy/packagesys/ThpPackages.py
index 4745767..7dfd96e 100644
--- a/lib/thandy/packagesys/ThpPackages.py
+++ b/lib/thandy/packagesys/ThpPackages.py
@@ -248,7 +248,7 @@ class ThpInstaller(PS.Installer):
logging.info("%s: Already exists, using it." % dir)
for file in self._pkg.get('manifest'):
- if file['is_config']:
+ if file['is_config'] and exists:
logging.info("Ignoring file: %s" % file)
else:
logging.info("Processing file: %s" % file)