From 94d70d5a7ec3faa2aa6747c3d12d4fd3aa193475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Sat, 5 Nov 2011 16:55:04 -0300 Subject: Only ignore config files when updating --- lib/thandy/packagesys/ThpPackages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3