[game-data-packager] 02/21: fix Steam default path under PlayOnLinux
Simon McVittie
smcv at debian.org
Wed Jan 21 11:51:59 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 6e59b8727701af000431a66487288325ea54ce2d
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date: Wed Jan 21 10:27:19 2015 +0100
fix Steam default path under PlayOnLinux
---
lib/game_data_packager/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/game_data_packager/__init__.py b/lib/game_data_packager/__init__.py
index d28e4db..f4f3444 100644
--- a/lib/game_data_packager/__init__.py
+++ b/lib/game_data_packager/__init__.py
@@ -1856,7 +1856,7 @@ class GameData(object):
os.path.join(os.environ.get('XDG_DATA_HOME', os.path.expanduser('~/.local/share')),
'wineprefixes/steam/drive_c/Program Files/Steam'),
os.path.expanduser('~/.wine/drive_c/Program Files/Steam'),
- os.path.expanduser('~/.PlayOnLinux/wineprefix/Steam/drive_c/Program_Files/Steam'),
+ os.path.expanduser('~/.PlayOnLinux/wineprefix/Steam/drive_c/Program Files/Steam'),
):
if not os.path.isdir(prefix):
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