Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38151 - Dailystrips ebuild neglects script: dailystrips-update
Summary: Dailystrips ebuild neglects script: dailystrips-update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-14 02:20 UTC by Einar
Modified: 2004-01-14 13:32 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 Einar 2004-01-14 02:20:24 UTC
The ebuild for dailystrips 1.0.28 does not install the dailystrips-update script which is new as of version 1.0.28. 

Reproducible: Always
Steps to Reproduce:
1. emerge dailystrips




Easy fix. Modify the ebuild as follows:
----
        dobin dailystrips-clean
        dobin dailystrips-update
        dodoc README BUGS CHANGELOG TODO
----
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-01-14 13:32:33 UTC
Thanks for the bug report.  Fixed in CVS.