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

Collapse All | Expand All

(-)a/sys-libs/glibc/glibc-2.33.ebuild (-2 / +2 lines)
Lines 1175-1183 run_locale_gen() { Link Here
1175
	if [[ "${root}" == "--inplace-glibc" ]] ; then
1175
	if [[ "${root}" == "--inplace-glibc" ]] ; then
1176
		inplace="--inplace-glibc"
1176
		inplace="--inplace-glibc"
1177
		root="$2"
1177
		root="$2"
1178
		export I18NPATH="${ED}"/usr/share/i18n
1178
	fi
1179
	fi
1179
1180
1180
	local locale_list="${root}/etc/locale.gen"
1181
	local locale_list="${ESYSROOT}/etc/locale.gen"
1181
1182
1182
	pushd "${ED}"/$(get_libdir) >/dev/null
1183
	pushd "${ED}"/$(get_libdir) >/dev/null
1183
1184
1184
- 

Return to bug 785406