[Pkg-lyx-devel] patch for scripts/update-lyrc

Sven Hoexter sven at timegate.de
Sun May 28 18:54:37 UTC 2006


On Sun, May 28, 2006 at 06:37:15PM +0200, Georg Baum wrote:
> Am Sonntag, 28. Mai 2006 16:10 schrieb Sven Hoexter:
> > Hi,
> > Georg mentioned that we need to change the call for configure in the
> > update-lyrc script.
> > 
> > Translated into a diff it should look like this:
> > --- debian/scripts/update-lyxrc (Revision 5)
> > +++ debian/scripts/update-lyxrc (Arbeitskopie)
> > @@ -20,7 +20,7 @@
> >      test -d "$1" || error "Can't find directory $1"
> >      touch "$1/lyxrc.defaults" || exit 1
> >      cd "$1" || exit 1
> > -    /usr/share/lyx/configure
> > +    python /usr/share/lyx/configure.py
> >  }
> 
> Note also that the --system switch is not needed anymore (the 
> automatically generated system wide lyxrc.defaults is gone), so it should 
> be removed and the manpage updated.
> The system wide configuration file is now named lyxrc.dist.
Correct me if I'm wrong but then we can remove the whole update-lyxrc
script and replace the call to update-lyxrc with
cd $HOME/.lyx && /usr/share/lyx/configure.py


> These changes are for 1.4.2, not 1.4.1.
Got that - I'm only breaking the 1.4.2 branch ;)

Cheers,
Sven
-- 
If you won't forgive me the rest of my life
Let me apologize while I'm still alive
I know it's time to face all of my past mistakes
  [Less than Jake - Rest Of My Life]



More information about the Pkg-lyx-devel mailing list