Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287715 - Wrong install directories in games-simulation/openttd for icons and man.
Summary: Wrong install directories in games-simulation/openttd for icons and man.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-05 07:10 UTC by Jyrki Launonen
Modified: 2010-01-05 15:56 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 Jyrki Launonen 2009-10-05 07:10:36 UTC
OpenTTD (0.7.2) does install icons and man-page in directories just specified for configure with --icon-theme-dir and --man-dir. Both settings miss one level of directories. So instead of there being (only relevant parts shown)
  ./configure \
    --icon-theme-dir=/usr/share/icons \
    --man-dir=/usr/share/man
there should be
  ./configure \
    --icon-theme-dir=/usr/share/icons/hicolor \
    --man-dir=/usr/share/man/man6

That way icons are where all others are and man-page (openttd.6.gz) gets installed to group 6 instead of man root.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-10-05 07:27:18 UTC
this is fixed in 0.7.3.  Thanks for the bug report.