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

(-)gentoo-0.11.18.ebuild (-5 lines)
Lines 23-31 Link Here
23
23
24
src_install() {
24
src_install() {
25
	make DESTDIR=${D} install || die
25
	make DESTDIR=${D} install || die
26
	cd ${D}/etc/gentoo
27
	mv gentoorc gentoorc.orig
28
	sed -e 's:\(<path>"\)icons\("</path>\):\1/usr/share/gentoo/icons\2:' \
29
		gentoorc.orig > gentoorc
30
	rm gentoorc.orig
31
}
26
}

Return to bug 1249