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

(-)/usr/bin/revdep-rebuild (-1 / +1 lines)
Lines 285-291 Link Here
285
	# Add a space to the end of each object name to prevent false
285
	# Add a space to the end of each object name to prevent false
286
	# matches, for example /usr/bin/dia matching /usr/bin/dialog (bug #196460).
286
	# matches, for example /usr/bin/dia matching /usr/bin/dialog (bug #196460).
287
	# The same for "${rpath} ".
287
	# The same for "${rpath} ".
288
	find /var/db/pkg -type f -name CONTENTS -print0 |
288
	find /var/db/pkg/ -type f -name CONTENTS -print0 |
289
		xargs -0 grep -m 1 -Fl -e "${*} " -e "${rpath} " -e "${mlib} " |
289
		xargs -0 grep -m 1 -Fl -e "${*} " -e "${rpath} " -e "${mlib} " |
290
		sed 's:/var/db/pkg/\(.*\)/CONTENTS:\1:'
290
		sed 's:/var/db/pkg/\(.*\)/CONTENTS:\1:'
291
}
291
}

Return to bug 317571