Gentoo Archives: gentoo-devhelp

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-devhelp@l.g.o
Subject: [gentoo-devhelp] games eclass has no effect with distutils
Date: Tue, 16 Aug 2011 15:35:19
Message-Id: j2e2mk$hk4$1@dough.gmane.org
1 My inherit line is:
2
3 inherit eutils distutils games
4
5 I only have a src_install() function defined:
6
7 src_install() {
8 distutils_src_install
9 prepgamesdirs
10 }
11
12 However, the executables end up in /usr/bin instead of /usr/games/bin
13 and their permissions are wrong (no games group.)
14
15 How is this supposed to work?

Replies