This is an automated email from the git hooks/post-receive script. berenm-guest pushed a commit to branch patch-queue/master in repository gemrb.
commit cc88a68c1f0cebd5c409d8c526612f65d38df4a2 Author: Jaka Kranjc <[email protected]> Date: Sun May 26 15:07:32 2013 +0200 DEBIAN: Backport chmod fix, related to HOME folder rights modifications. MakeDirectory: removed dubious chmodding also fixes [3612689] gemrb changes $HOME directory rights --- gemrb/core/System/VFS.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gemrb/core/System/VFS.cpp b/gemrb/core/System/VFS.cpp index 3e68995..9c2f636 100644 --- a/gemrb/core/System/VFS.cpp +++ b/gemrb/core/System/VFS.cpp @@ -428,8 +428,6 @@ bool MakeDirectory(const char* path) return false; } } - // Ignore errors from chmod - chmod(path, S_IREAD|S_IWRITE|S_IEXEC); return true; #ifdef WIN32 #undef mkdir -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gemrb.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

