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

Collapse All | Expand All

(-)baselayout-1.8.6.10-r1.ebuild (-1 / +1 lines)
Lines 145-151 Link Here
145
	# (because it conflicts with some makefiles)
145
	# (because it conflicts with some makefiles)
146
	local ROOT=""
146
	local ROOT=""
147
	ROOT="`cat ${T}/ROOT`"
147
	ROOT="`cat ${T}/ROOT`"
148
	if [ -z "`use bootstrap`" -a -z "`use build`" -a -e ${ROOT}/dev/.devfsd ]
148
	if [ -e ${ROOT}/dev/.devfsd ]
149
	then
149
	then
150
		# We're installing to a system that has devfs enabled; don't create device
150
		# We're installing to a system that has devfs enabled; don't create device
151
		# nodes.
151
		# nodes.

Return to bug 9849