Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-devhelp
My inherit line is:
inherit eutils distutils games
I only have a src_install() function defined:
src_install() {
distutils_src_install
prepgamesdirs
}
However, the executables end up in /usr/bin instead of /usr/games/bin
and their permissions are wrong (no games group.)
How is this supposed to work?
|
|