Hi Please apply this little patch to quake3-1.32b-r3.ebuild to fix it: # diff -u quake3-1.32b-r3.ebuild quake3-1.32b-r4.ebuild --- quake3-1.32b-r3.ebuild 2004-04-20 01:07:11.000000000 +0300 +++ quake3-1.32b-r4.ebuild 2004-05-10 12:50:14.178101048 +0300 @@ -32,7 +32,7 @@ } src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} + dir=${GAMES_PREFIX_OPT}/${PN} dodir ${dir} insinto ${dir}/baseq3 Reasoning: defining dir local to src_install() and then using it later into pkg_postinst() isnt good: pkg_postinst() { games_pkg_postinst einfo "You need to copy pak0.pk3 from your Quake3 CD into ${dir}/baseq3."
Fixed in CVS. Thanks for the bug report.