Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
The ebuild installs the gentoorc and gentoogtkrc files in /etc instead of /etc/gentoo, but configures the binary to look in /etc/gentoo. To fix, change: einstall || die To: einstall sysconfdir=${D}/etc/gentoo || die
Created an attachment (id=7198) [edit] Fixed ebuild
nice catch :)