Re: Shell variable

2005-05-28 Thread Wouter Verhelst
On Fri, May 27, 2005 at 09:14:45PM -0400, sean finney wrote: > hi, > > On Sat, May 28, 2005 at 01:19:05AM +0100, Adrian Mastronardi wrote: > > I need to setup an shell variable: > > ENFDATA=/usr/share/rnamotif/enfdata/ > > according to debian policy, programs m

Re: Shell variable

2005-05-27 Thread Nikita V. Youshchenko
> hi, > > On Sat, May 28, 2005 at 01:19:05AM +0100, Adrian Mastronardi wrote: >> I need to setup an shell variable: >> ENFDATA=/usr/share/rnamotif/enfdata/ > > according to debian policy, programs must not have to rely on the > existence of environment variables

Re: Shell variable

2005-05-27 Thread sean finney
hi, On Sat, May 28, 2005 at 01:19:05AM +0100, Adrian Mastronardi wrote: > I need to setup an shell variable: > ENFDATA=/usr/share/rnamotif/enfdata/ according to debian policy, programs must not have to rely on the existence of environment variables. what you should probably do is hard-cod

Shell variable

2005-05-27 Thread Adrian Mastronardi
Hi, I'm creating a package for rnamotif. It has some force field data files that as they are architecture independent I'm putting them into /usr/share/rnamotif/enfdata. I need to setup an shell variable: ENFDATA=/usr/share/rnamotif/enfdata/ How must I do it? Shall I setup it somewh