Bug 137978 - sys-devel/icecream-0.6.20050413.ebuild uses wrong directories in instructions
Bug#: 137978 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: hp-cluster@gentoo.org Reported By: furlongm@gmail.com
Component: Ebuilds
URL: 
Summary: sys-devel/icecream-0.6.20050413.ebuild uses wrong directories in instructions
Keywords:  
Status Whiteboard: 
Opened: 2006-06-25 15:11 0000
Description:   Opened: 2006-06-25 15:11 0000
The einfo instructions use the wrong directories, they say to use
/var/lib/icecream, etc. They should say /usr/lib/icecream as follows:

     einfo "To use icecream with portage add the following line to
/etc/make.conf"
        einfo '  PREROOTPATH=/usr/lib/icecream/bin'
        einfo
        einfo "To use icecream with normal make use (e.g. in /etc/profile)"
        einfo '  PATH=/usr/lib/icecream/bin:$PATH'
        einfo
        einfo "N.B. To use icecream with ccache, the ccache PATH should come
first:"
        einfo '  PATH=/usr/lib/ccache/bin:/usr/lib/icecream/bin:$PATH'

------- Comment #1 From Marcus Furlong 2006-06-25 15:13:15 0000 -------
Created an attachment (id=90150) [details]
fixed ebuild

Attached ebuild changes the instructions to use /usr/lib/icecream instead of
/var/lib/icecream.

------- Comment #2 From Michael Imhof 2006-07-16 14:52:41 0000 -------
In cvs.
Thanks for your help.