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

Collapse All | Expand All

(-)baselayout-2.0.3.ebuild (-1 / +6 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
14
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
15
IUSE="build"
15
IUSE="build kernel_linux"
16
16
17
PDEPEND="sys-apps/openrc"
17
PDEPEND="sys-apps/openrc"
18
18
Lines 213-216 Link Here
213
			ewarn "${bad_shells}"
213
			ewarn "${bad_shells}"
214
		fi
214
		fi
215
	fi
215
	fi
216
217
	# Add /run directory #361349
218
	if [ ! -d "${ROOT}"run ] && use kernel_linux; then
219
			mkdir "${ROOT}"run
220
	fi
216
}
221
}

Return to bug 361349