Re: Adding a small shell script to /usr/bin

2009-03-10 Thread Jean-Marc Lasgouttes
Kornel Benko writes: > Maybe it was me, setting > "--datarootdir= --bindir=/bin" > in configure command line. (posix env) That would be a good reason, indeed. JMarc

Re: Adding a small shell script to /usr/bin

2009-03-10 Thread Kornel Benko
Am 2009-03-09 schrieb Jean-Marc Lasgouttes: > > Hmm, that is not complete .. > > there is also > >   $prefix/share/locale > > Indeed. > > >   $prefix/lyx (I do not see here $prefix/share/lyx) > > I do not know what you mean. Where are you looking? Maybe it was me, setting "--da

Re: Adding a small shell script to /usr/bin

2009-03-09 Thread Jean-Marc Lasgouttes
Kornel Benko writes: >> No, we are installing under >> $prefix/bin >> $prefix/share/lyx$version (here are the ui, bind, layout, etc >> directories) >> $prefix/man/man1 > > Hmm, that is not complete .. > there is also > $prefix/share/locale Indeed. > $prefix/lyx (I do not see here $pr

Re: Adding a small shell script to /usr/bin

2009-03-08 Thread Kornel Benko
Am Sonntag 08 März 2009 schrieb Jean-Marc Lasgouttes: > > We are installing under > > $prefix > > $prefix/{bin,bind,commands,doc,examples,locale, ...} > > No, we are installing under > $prefix/bin > $prefix/share/lyx$version (here are the ui, bind, layout, etc > directories) > $prefix/man/m

Re: Adding a small shell script to /usr/bin

2009-03-08 Thread Jean-Marc Lasgouttes
We are installing under $prefix $prefix/{bin,bind,commands,doc,examples,locale, ...} No, we are installing under $prefix/bin $prefix/share/lyx$version (here are the ui, bind, layout, etc directories) $prefix/man/man1 Cmake should do the same (and I suspect there is a standard

Re: Adding a small shell script to /usr/bin

2009-03-07 Thread Kornel Benko
Am Samstag 07 März 2009 schrieb Pavel Sanda: > i'm confused - you plan to install files to different locations than the > current automake tools do? The current automake makes no packages. There is a description for creating an rpm-package though. And no, I am not planing. But it is so since som

Re: Adding a small shell script to /usr/bin

2009-03-07 Thread Pavel Sanda
Kornel Benko wrote: > Am Samstag 07 März 2009 schrieb Jean-Marc Lasgouttes: > > Kornel Benko a écrit : > > > Hi, > > > in the trunk-cmake-build, we install everything into a single directory > > > like /usr/local/share/lyx2.0. > > > I would like to additionally install a smal shell script as > > >

Re: Adding a small shell script to /usr/bin

2009-03-07 Thread Kornel Benko
Am Samstag 07 März 2009 schrieb Jean-Marc Lasgouttes: > Kornel Benko a écrit : > > Hi, > > in the trunk-cmake-build, we install everything into a single directory > > like /usr/local/share/lyx2.0. > > I would like to additionally install a smal shell script as > > "/usr/bin/lyx" beeing a wrap to ca

Re: Adding a small shell script to /usr/bin

2009-03-07 Thread Jean-Marc Lasgouttes
Kornel Benko a écrit : Hi, in the trunk-cmake-build, we install everything into a single directory like /usr/local/share/lyx2.0. I would like to additionally install a smal shell script as "/usr/bin/lyx" beeing a wrap to call the actual executable. What is it good for? We should install to $pr