Jean-Marc Lasgouttes wrote:
>
> >>>>> "Emmanuel" == Emmanuel GUREGHIAN <[EMAIL PROTECTED]> writes:
>
> Emmanuel> would it be possible to change the spec file for the
> Emmanuel> lyx-devel cvs tree to make it install in /usr/local the
> Emmanuel> files and give the lyx executable another name (such as
> Emmanuel> lyx-devel). This would allow us to have both version
> Emmanuel> installed on one system without conflicting.
>
> Something like that is supposed to exist right now, but does not work
> yet (!). However, you can execute the stuff in lyx-devel wiithout
> installing... except that you don't get i18n working :(
>
> JMarc
How about:
devcompile
#! /bin/sh
./configure --with-lyxname="lyx-devel"
make
strip src/lyx
su
cp /usr/local/bin/lyx /usr/local/bin/lyx-stable
make install
cp /usr/local/bin/lyx /usr/local/bin/lyx-devel
mv /usr/local/bin/lyx-stable /usr/local/bin/lyx