Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166420 | Differences between
and this patch

Collapse All | Expand All

(-)modules/generic_stage_target.py (+3 lines)
Lines 1358-1363 Link Here
1358
		   		os.makedirs(myemp,0755)
1358
		   		os.makedirs(myemp,0755)
1359
				os.chown(myemp,mystat[ST_UID],mystat[ST_GID])
1359
				os.chown(myemp,mystat[ST_UID],mystat[ST_GID])
1360
				os.chmod(myemp,mystat[ST_MODE])
1360
				os.chmod(myemp,mystat[ST_MODE])
1361
		myemp=self.settings["chroot_path"]+"/tmp/.clst_portage"
1362
		if os.path.isfile(myemp):
1363
			os.unlink(myemp)
1361
1364
1362
	def gen_digest_file(self,file):
1365
	def gen_digest_file(self,file):
1363
		if os.path.exists(file+".DIGESTS"):
1366
		if os.path.exists(file+".DIGESTS"):

Return to bug 166420