[game-data-packager] 02/03: RTCW: use a less misleading filename for the l10n fix

Alexandre Detiste detiste-guest at moszumanska.debian.org
Tue Oct 27 13:56:05 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 2d57e1cf2164511903075c7c16ac929420ba9901
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Tue Oct 27 14:40:43 2015 +0100

    RTCW: use a less misleading filename for the l10n fix
---
 game_data_packager/games/rtcw.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game_data_packager/games/rtcw.py b/game_data_packager/games/rtcw.py
index 60ceb75..5ceef78 100644
--- a/game_data_packager/games/rtcw.py
+++ b/game_data_packager/games/rtcw.py
@@ -38,7 +38,7 @@ class RTCWTask(PackagingTask):
         zip_in = os.path.join(destdir, 'usr/share/games/rtcw/main', 'sp_pak1.pk3')
         libdir = os.path.join(destdir, 'usr/lib/rtcw/main')
         mkdir_p(libdir)
-        zip_out = os.path.join(libdir, 'sp_pak5.pk3')
+        zip_out = os.path.join(libdir, 'sp_pak3_%s.pk3' % package.lang)
 
         with zipfile.ZipFile(zip_in, 'r') as zf_in:
             txt = zf_in.open('text/EnglishUSA/escape1.txt').read()

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