Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (94bb6222522d817b4f814c6b973502b231afb358)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <wich AT stack.nl>
  • To: "Ivan Lezhnjov Jr." <ivan.lezhnjov.jr AT gmail.com>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ivan Lezhnjov Jr (94bb6222522d817b4f814c6b973502b231afb358)
  • Date: Wed, 18 Jun 2008 13:09:33 +0200

On Wed, Jun 18, 2008 at 02:05:50PM +0300, Ivan Lezhnjov Jr. wrote:
> Wednesday 18 June 2008, Jaka Kranjc wrote:
> > On Wednesday 18 of June 2008 12:39:50 Ivan Lezhnjov Jr wrote:
> > > --- a/ChangeLog
> > > +++ b/ChangeLog
> > > @@ -1,6 +1,7 @@
> > > 2008-06-18 Ivan Lezhnjov Jr. <ivan.lezhnjov.jr AT sourcemage.org>
> > > * kde-look/qtcurve-gtk2: new spell, QT Widget style to unify GNOME/KDE
> > > applications' look * disk/bin2iso: new spell, a BIN to ISO converter
> > > + * utils/mdsplib: prepended $INSTALL_ROOT in BUILD
> >
> > This is HISTORY, not ChangeLog material.
>
> Understood
>
> > > --- a/utils/mdsplib/BUILD
> > > +++ b/utils/mdsplib/BUILD
> > > @@ -1,4 +1,4 @@
> > > (
> > > - sedit "s:/usr/local:/usr:" Makefile &&
> > > + sedit "s:$INSTALL_ROOT/usr/local:/$INSTALL_ROOT/usr:" Makefile &&
> >
> > This can't work unless $INSTALL_ROOT is empty and if it is, the sedit is
> > useless. sedit substitute/match/replacement/ file
>
> So what exactly did you mean by asking to prepend $INSTALL_ROOT?

That should be:

sedit "s:/usr/local:/$INSTALL_ROOT/usr:" Makefile &&

You want to replace the default "/usr/local" with the actual
"$INSTALL_ROOT/usr"

Remko van der Vossen

Attachment: pgpACPilRDL1D.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page