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

(-)/home/gentoo-x86/eclass/font.eclass (-1 / +1 lines)
Lines 64-70 Link Here
64
	if [[ -n ${FONT_CONF} ]]; then
64
	if [[ -n ${FONT_CONF} ]]; then
65
		if has_version '>=media-libs/fontconfig-2.4'; then
65
		if has_version '>=media-libs/fontconfig-2.4'; then
66
			insinto /etc/fonts/conf.avail/
66
			insinto /etc/fonts/conf.avail/
67
			for conffile in "${FONT_CONF}"; do
67
			for conffile in ${FONT_CONF}; do
68
				[[ -e  ${conffile} ]] && doins ${conffile}
68
				[[ -e  ${conffile} ]] && doins ${conffile}
69
			done
69
			done
70
		fi
70
		fi

Return to bug 201834