[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /usr/local is loved by Debian Python people?



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



Reply to: