Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
patched as noted. thanks for the bug report.