[game-data-packager] 01/01: make-template: ignore scummvm.exe runtime

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue May 12 09:44:49 UTC 2015


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

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

commit e72ddb7fb08c9bc44b25371d6371aee32474f980
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue May 12 11:44:37 2015 +0200

    make-template: ignore scummvm.exe runtime
---
 game_data_packager/make_template.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/game_data_packager/make_template.py b/game_data_packager/make_template.py
index 75db46b..e1cbd63 100644
--- a/game_data_packager/make_template.py
+++ b/game_data_packager/make_template.py
@@ -108,6 +108,9 @@ def do_one_dir(destdir,lower):
         if dir_l.endswith('/data.now'):
             logger.warning('ignoring Sold Out runtime at %s' % dirpath)
             continue
+        if dir_l.endswith('/scummvm'):
+            logger.warning('ignoring ScummVM runtime at %s' % dirpath)
+            continue
         if '/directx/' in dir_l or '/data.now/' in dir_l:
             continue
 

-- 
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