Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 84361
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Eddward@gmail.com
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 84361 depends on: Show dependency tree
Bug 84361 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-06 19:17 0000
the ebuild has hard coded references to /opt/sof.

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


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

Expected Results:  
See note in "Actual Results"

A diff -U3 between my working ebuild and the one in portage is below.  (Let me
know if there is a better format to use for diffs.)
-------------------------------------------------------------------

---
/usr/portage/games-fps/soldieroffortune/soldieroffortune-1.06a.ebuild2004-08-07
16:10:18.000000000 -0500
+++ soldieroffortune-1.06a.ebuild       2005-03-05 23:12:07.000000000 -0600
@@ -37,9 +37,11 @@
 src_install() {
        dodir ${dir}
        einfo "Copying files... this may take a while..."
-       exeinto /opt/soldieroffortune
+       #exeinto /opt/soldieroffortune
+       exeinto ${dir}
        doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/sof
-       insinto /opt/soldieroffortune
+       #insinto /opt/soldieroffortune
+       insinto ${dir}
 
        cp ${CDROM_ROOT}/{README,kver.pub,sof.xpm} ${Ddir}

------- Comment #1 From Chris Gianelloni (RETIRED) 2005-03-07 05:55:15 0000 -------
Fixed

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug