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

Collapse All | Expand All

(-)emerge-1.224 (-2 / +2 lines)
Lines 1542-1548 Link Here
1542
1542
1543
1543
1544
def post_emerge(retval=0):
1544
def post_emerge(retval=0):
1545
	auxpat=re.compile('^([^-]*)(-\d+)?\.info(-\d+)?(\.gz)?')	
1545
	auxpat=re.compile('^([^-]*)(-[^\d]+)?\.info(-\d+)?(\.gz)?')	
1546
	os.chdir("/")
1546
	os.chdir("/")
1547
	global myopts
1547
	global myopts
1548
	print
1548
	print
Lines 1605-1611 Link Here
1605
					if not aux:
1605
					if not aux:
1606
						continue
1606
						continue
1607
					auxgroups=aux.groups()	
1607
					auxgroups=aux.groups()	
1608
					if not (auxgroups[1] or auxgroups[2]):
1608
					if not (auxgroups[2]):
1609
						myso=commands.getstatusoutput("/usr/bin/install-info --dir-file="+inforoot+"/dir "+inforoot+"/"+x)[1]
1609
						myso=commands.getstatusoutput("/usr/bin/install-info --dir-file="+inforoot+"/dir "+inforoot+"/"+x)[1]
1610
						if myso!="":
1610
						if myso!="":
1611
							badcount=badcount+1
1611
							badcount=badcount+1

Return to bug 6201