[game-data-packager] 01/01: innoextract 1.5 does case insensitive file matching (2/2)

Alexandre Detiste detiste-guest at moszumanska.debian.org
Fri Sep 25 13:31:43 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 3a034b673b980b27ef32f3e90bb494a48ebb495d
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Fri Sep 25 15:31:10 2015 +0200

    innoextract 1.5 does case insensitive file matching (2/2)
---
 game_data_packager/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/__init__.py b/game_data_packager/__init__.py
index c3defa5..ce67a19 100644
--- a/game_data_packager/__init__.py
+++ b/game_data_packager/__init__.py
@@ -1816,7 +1816,7 @@ class GameData(object):
                                 i = prefix + i
                             if suffix and i.endswith(suffix):
                                 i = i[:len(i)-len(suffix)]
-                            cmdline.append(i.lower())
+                            cmdline.append(i)
                     subprocess.check_call(cmdline)
                     # for at least Theme Hospital the files we want are
                     # actually in subdirectories, so we search recursively

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