Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40535 - tla-1.1.ebuild does not install ps files
Summary: tla-1.1.ebuild does not install ps files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Lowest trivial
Assignee: Anders Rune Jensen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 15:07 UTC by Frederick Ros
Modified: 2004-09-01 14:43 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 Frederick Ros 2004-02-05 15:07:40 UTC
The concerned ebuild although it installs html documentation does not put arch.ps file in /usr/share/doc/tla-1.1

This can be achieved by adding lines:

cd ..
docinto ps
dodoc ps/*.ps

just after the line dohtml -r . in src_install function.


Best Regards.
Comment 1 Anders Rune Jensen (RETIRED) gentoo-dev 2004-09-01 14:43:34 UTC
The latest stable ebuild 1.2-r2 installs ps files. Thanx for the report though and sorry for the delay.