Le mardi 10 septembre 2013 à 17:10 +0200, Fabian Groffen a écrit :
> On 10-09-2013 06:22:38 -0400, Ian Stakenvicius wrote:
> > > pkg_preinst() {
> > >        gnome2_gdk_pixbuf_savelist
> > > +
> > > +       # Make sure loaders.cache belongs to gdk-pixbuf alone
> > > +       local cache="usr/$(get_libdir)/${PN}-2.0/2.10.0/loaders.cache"
> > > +
> > > +       if [[ -e ${ROOT}${cache} ]]; then
> > > +               cp "${ROOT}"${cache} "${D}"/${cache} || die
> > > +       else
> > > +               touch "${D}"/${cache} || die
> > > +       fi
> > > }
> > > 
> > > pkg_postinst() {
> > > 
> > 
> > 
> > shouldn't that be EROOT ?
> 
> and ED in that case too

Do we still use that in EAPI > 3 ?

-- 
Gilles Dartiguelongue <[email protected]>
Gentoo


Reply via email to