Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 83252
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ron Kracht <rkracht@filegate.net>
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 83252 depends on: Show dependency tree
Bug 83252 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-02-24 18:47 0000
The heroes3-1.3.1a-r1 ebuild as-is would not run to completion for me. 

I made two changes to get the ebuild to work
Line 70
    tar xf ${CDROM_ROOT}/hiscore.tar.gz || die "unpacking hiscore"			changed to			
    tar xzf ${CDROM_ROOT}/hiscore.tar.gz || die "unpacking hiscore"

Line 97
    fperms g+w ${Ddir}/data/hiscore.dat || die "fperms failed"
changed to
    fperms g+w ${dir}/data/hiscore.dat || die "fperms failed"

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Mr. Bones. 2005-02-25 20:20:02 0000 -------
patched as noted.  thanks for the bug report.

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