Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147454 - dev-perl/Template-Toolkit wrong install path for images in documentation
Summary: dev-perl/Template-Toolkit wrong install path for images in documentation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 07:49 UTC by kon
Modified: 2006-09-13 11:03 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 kon 2006-09-13 07:49:36 UTC
Please change this string in ebuild:
myconf="${myconf} TT_PREFIX=${D}/usr/share/template-toolkit2 TT_ACCEPT='y'"
to:
myconf="${myconf} TT_PREFIX=${D}/usr/share/template-toolkit2 \
TT_IMAGES=/usr/share/template-toolkit2/images TT_ACCEPT='y'"

for display images and css in "Template Toolkit Documentation" file:///usr/share/template-toolkit2/docs/html/index.html
Comment 1 Christian Hartmann (RETIRED) gentoo-dev 2006-09-13 11:03:06 UTC
In cvs