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

(-)a/sys-libs/glibc/glibc-2.29-r2.ebuild (-2 / +7 lines)
Lines 1140-1147 run_locale_gen() { Link Here
1140
		locale_list="${root}/usr/share/i18n/SUPPORTED"
1140
		locale_list="${root}/usr/share/i18n/SUPPORTED"
1141
	fi
1141
	fi
1142
1142
1143
	locale-gen --jobs $(makeopts_jobs) --config "${locale_list}" \
1143
	if [[ ${MERGE_TYPE} == !"binary" ]] ; then
1144
		--destdir "${root}"
1144
		locale-gen --jobs $(makeopts_jobs) --config "${locale_list}" \
1145
			--destdir "${root}"
1146
	elif  [[ ${MERGE_TYPE} = "binary" ]] ; then
1147
		locale-gen --jobs 1 --config "${locale_list}" \
1148
			--destdir "${root}"
1149
	fi
1145
}
1150
}
1146
1151
1147
glibc_do_src_install() {
1152
glibc_do_src_install() {

Return to bug 680782