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
After emerging OpenTTD, it seems that scenarios was not installed. # emerge -av openttd [ebuild R ] games-simulation/openttd-0.4.8 USE="alsa png scenarios timidity zlib -debug -dedicated" 0 kB and after install: # ls /usr/share/games/openttd/ data gm lang scripts So there is not scenario directory which is said to be there after install.
The problem is the scenarios tarball creates its own subdir: work/openttd-0.4.8/scenario/openttd-0.4.8-RC1-scenarios/ but the ebuild has just: doins scenario/* a way of fixing in this is the following patch.
Created an attachment (id=94539) [edit] ebuild patch
I tested the scenarios, but I had some copied into my ~/.openttd/scenarios instead of the links. So it looked like as if I had scenarios installed. Thanks for the patch!