Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70989
Collapse All | Expand All

(-)../../portage-2.0.51-r3.orig/pym/portage.py (-1 / +1 lines)
Lines 6548-6554 Link Here
6548
						# install of destination is blocked by an existing directory with the same name
6548
						# install of destination is blocked by an existing directory with the same name
6549
						moveme=0
6549
						moveme=0
6550
						print "!!!",mydest
6550
						print "!!!",mydest
6551
					elif stat.S_ISREG(mydmode) or (stat.S_ISLNK(mydmode) and stat.S_ISREG(os.stat(mydest)[stat.ST_MODE])):
6551
					elif stat.S_ISREG(mydmode) or (os.path.exists(mydest) and stat.S_ISLNK(mydmode) and stat.S_ISREG(os.stat(mydest)[stat.ST_MODE])):
6552
						cfgprot=0
6552
						cfgprot=0
6553
						# install of destination is blocked by an existing regular file;
6553
						# install of destination is blocked by an existing regular file;
6554
						# now, config file management may come into play.
6554
						# now, config file management may come into play.

Return to bug 70989