Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84363 - games-action/heavygear2 does not honor GAMES_PREFIX_OPT correctly
Summary: games-action/heavygear2 does not honor GAMES_PREFIX_OPT correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-06 20:12 UTC by Eddward
Modified: 2005-03-07 06:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eddward 2005-03-06 20:12:58 UTC
the ebuild has hard coded references to /opt/heavygear2.

Reproducible: Always
Steps to Reproduce:
1. set GAMES_PREFIX_OPT to something other than /opt in the make.conf 
2. emerge heavygear2
3.

Actual Results:  
I'm afraid I don't any actual output since it failed and a fixed it yesterday. 
I could recreate if it's needed.

Expected Results:  
See note in "Actual Results"

A diff -U3 between my working ebuild and the one in portage is below.  
-------------------------------------------------------------------
--- /usr/portage/games-action/heavygear2/heavygear2-1.0b.ebuild 2004-06-29
21:35:46.000000000 -0500
+++ heavygear2-1.0b.ebuild      2005-03-05 23:24:59.000000000 -0600
@@ -43,9 +43,11 @@
 src_install() {
        dodir ${dir}
        einfo "Copying files... this may take a while..."
-       exeinto /opt/heavygear2
+       #exeinto /opt/heavygear2
+       exeinto ${dir}
        doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/hg2
-       insinto /opt/heavygear2
+       #insinto /opt/heavygear2
+       insinto ${dir}
        use 3dfx && doins
${CDROM_ROOT}/bin/x86/glibc-2.1/LibMesaVoodooGL.so.1.2.030300
 
        cp ${CDROM_ROOT}/{README,icon.{bmp,xpm}} ${Ddir}
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-03-07 06:04:14 UTC
Done... thanks for the bug report...