View | Details | Raw Unified
Collapse All | Expand All

(-) pym/portage.py (-1 / +2 lines)
 Lines 6326-6332    Link Here 
			os.chown(my_private_path, os.getuid(), portage_gid)
			os.chown(my_private_path, os.getuid(), portage_gid)
			os.chmod(my_private_path, 02770)
			os.chmod(my_private_path, 02770)
		mylock = portage_locks.lockfile(os.path.join(destroot, CONFIG_MEMORY_FILE))
		mylock = portage_locks.lockfile(
			os.path.join(destroot, CONFIG_MEMORY_FILE), wantnewlockfile=1)
		writedict(cfgfiledict, os.path.join(destroot, CONFIG_MEMORY_FILE))
		writedict(cfgfiledict, os.path.join(destroot, CONFIG_MEMORY_FILE))
		portage_locks.unlockfile(mylock)
		portage_locks.unlockfile(mylock)