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
--
Fabian Groffen
Gentoo on a different level