On Tue, 2009-03-02 at 09:19 -0500, Yaroslav Halchenko wrote:
> Having proper configuration file under /etc sounds much more viable
> and correct solution.

You should do it under /usr/share/APP/ the /etc/APP/ directory is for
your .ini files (see FHS).

I have:
        /usr/share/APP/perl/
        /usr/share/APP/sbin/
Scripts in sbin will have
        unshift @INC,'/usr/share/APP/perl'
or
        use lib 'usr/share/APP/perl'

It is a PITA for development but ...



-- 
--gh



-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to