Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 287715

Summary: Wrong install directories in games-simulation/openttd for icons and man.
Product: Gentoo Linux Reporter: Jyrki Launonen <codez_iccd_99>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.