From 48348bda5ff78b2253187493ef71ddea94beece8 Mon Sep 17 00:00:00 2001 From: lxnay Date: Thu, 24 Apr 2008 11:05:14 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1851 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropyConstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropyConstants.py b/libraries/entropyConstants.py index 91ecb50a8..7f6b004b2 100644 --- a/libraries/entropyConstants.py +++ b/libraries/entropyConstants.py @@ -1270,7 +1270,7 @@ def const_setup_perms(mydir, gid): cur_gid = os.stat(currentdir)[stat.ST_GID] if cur_gid != gid: os.chown(currentdir,-1,gid) - cur_mod = const_get_chmod(item) + cur_mod = const_get_chmod(mydir) if cur_mod != oct(0775): os.chmod(currentdir,0775) except OSError: