--- tcc-0.9.26-r1.ebuild 2013-10-13 08:56:00.000000000 +0200 +++ tcc-0.9.26-r1.ebuild 2014-01-27 11:53:03.000000000 +0100 @@ -40,12 +40,8 @@ # better fixes welcome, it feels wrong to hack the env like this # not autotools, so call configure directly ./configure --cc="$(tc-getCC)" \ - --bindir=/usr/bin \ - --libdir=/usr/$(get_libdir) \ - --tccdir=tcc \ - --includedir=/usr/include \ - --docdir=/usr/share/doc/${PF} \ - --mandir=/usr/share/man + --prefix="${EPREFIX}/usr" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" } src_compile() {