[gemrb] 01/03: DEBIAN: Backport chmod fix, related to HOME folder rights modifications.

Beren Minor berenm-guest at alioth.debian.org
Fri Aug 16 19:13:17 UTC 2013


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 <lynxlupodian at users.sourceforge.net>
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



More information about the Pkg-games-commits mailing list