[game-data-packager] 02/02: actually call iter_gog_paths()

Simon McVittie smcv at debian.org
Mon Oct 26 08:03:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 3386f835f9ac8cc9b190e467c9bcd4110cbaa2ef
Author: Simon McVittie <smcv at debian.org>
Date:   Mon Oct 26 07:47:04 2015 +0000

    actually call iter_gog_paths()
---
 game_data_packager/build.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index 003d2ba..5c6f90d 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -1828,6 +1828,10 @@ class PackagingTask(object):
                 if path not in paths:
                     paths.append(path)
 
+            for path in self.iter_gog_paths():
+                if path not in paths:
+                    paths.append(path)
+
             for path in self.iter_origin_paths():
                 if path not in paths:
                     paths.append(path)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list