Subject: Re: [SM-Commit] GIT changes to master grimoire by George Sherwood (786c426a00bd53f45ead5911eb8ed0022caa0f8d)
Date: Sat, 24 Feb 2007 10:42:02 -0800
On Saturday 24 February 2007 10:08:22 George Sherwood wrote:
> On Sat, 24 Feb 2007 18:53:56 +0100
>
> Jaka Kranjc <lynx AT mages.ath.cx> wrote:
> > > #fix install directories in *.pc files.
> > > sed -i s#usr/local#usr# build/unix/firefox-* &&
> > > -sed -i s#-2.0.0.1## build/unix/firefox-* &&
> > > +sed -i s#-2.0.0.2## build/unix/firefox-* &&
> > > cp build/unix/firefox*.pc $INSTALL_ROOT/usr/lib/pkgconfig &&
> >
> > Why not just
> > sed -i s#-$VERSION## build/unix/firefox-*
>
> Probably because at the time I wasn't sure if I could count on $VERSION
> being defined in the INSTALL file. If it is guaranteed then of course
> that is a good fix.
Variables in DETAILS are defined for all files *except* PREPARE, AFAIK.