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

Collapse All | Expand All

(-)livecdfs-update.sh (-1 / +1 lines)
Lines 66-72 Link Here
66
then
66
then
67
	if [ -d /etc/bootsplash/${clst_livecd_bootsplash} ]
67
	if [ -d /etc/bootsplash/${clst_livecd_bootsplash} ]
68
	then
68
	then
69
		sed -i 's/BOOTSPLASH_THEME=\"gentoo\"/\"${clst_livecd_bootsplash}\"/' /etc/conf.d/bootsplash
69
		sed -i 's/gentoo/${clst_livecd_bootsplash}/' /etc/conf.d/bootsplash
70
	else
70
	else
71
		exit 1
71
		exit 1
72
	fi
72
	fi

Return to bug 51396